To run the simulations for lab 3 you must use the runsim.sh script

Your results will be stored in the directory "Results"

For every new configuration you try you must make a new sub-directory inside the results directory and place in it a configuration file.

The base configuration is provided to you in the "base4" sub-directory as base4.txt

To run the script you provide the name of the results directory and the name of the configuration file (without .txt)

example:

./runsim.sh base4 base4

This will run all the simulations for all benchmarks and place the results in Results/base4/
The results of every benchmark are placed in the respective directory e.g: Results/base4/dijkstra.

ATTENTION:
Sometimes the simulator crashes, the runsim.sh script can handle that and just re tries the failed simulation until it succeeds.

ATTENTION:
After you have become familiar with the outputs of the simulator and the power analysis tool you can un-comment the last lines of ./runsim.sh to get a summary of the results in csv format after you run each experiment


