Skip to content

Obstacle19/FormulaSimulator

 
 

Repository files navigation

F1 FormulaSiulator1

Here is an Optical/Electrical transport simulator with task scheduler and simulator.

For generating the Pipeline parallelism's workflow, use:

make
./PPTaskGenerator <workernum> <forwardtime> <backwardtime> <batchsize> <simulatetime>

This will generate the workflow in file: ./PPTaskGenResult.txt


For Electrical Tranport Simulation, use:

make
./ElectricalTransport

This will read the workflow in PPTaskGenResult.txt, then print the result on terminal.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.7%
  • Makefile 0.3%