After building the simulator (see instructions below), just invoke it
as ./workflow_simulator --help
to see the usage message. See the ./data
directory for a sample invocation.
- SimGrid:
master
branch (commit tag:ab006ff8ec8cd0088efa31fd729c048706bf37b8
) - FSMod:
master
branch (commit tag:744d760d963d721578172483fd7e55bede23ae32
) - WRENCH:
simgrid_master
branch
You've all done it before:
mkdir build
cd build
cmake ..
make
sudo make install