Skip to content

hdl-h4/h-axe-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker status

h-axe-simulation

Simulation project for various scheduling algorithm.

Build

  1. Build all targets(in release mode for example)

     $ mkdir build
     $ cd build
     $ cmake -DCMAKE_BUILD_TYPE=Release ..  # CMAKE_BUILD_TYPE: Release, Debug, RelWithDebInfo
     $ make -j{N}
    
  2. Run Unittest

     $ make test                            # Run unit test
    

Configuration

There are three types of configuration files in conf/ directory: worker file, job file and algorithm file.

Run Simulation

  1. Run simulation with configuration files

     $ cd build
     $ ./Simulation ../conf/workers.json ../conf/jobs.json  ../conf/alg.json
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •