diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-06-30 14:51:35 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-06-30 14:51:35 +0200 |
| commit | b0c12cc850bd8b4a7577c08e3248f5b09af1fd1b (patch) | |
| tree | c51c0c853c9d2fc46c5e3cdd4b0dd88abe607da1 /run_strategies.sh | |
| parent | 8260634af49e26db25149515787b56610b922d56 (diff) | |
Debug
Diffstat (limited to 'run_strategies.sh')
| -rwxr-xr-x | run_strategies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_strategies.sh b/run_strategies.sh index 0e95fe4..5059d93 100755 --- a/run_strategies.sh +++ b/run_strategies.sh @@ -5,7 +5,7 @@ set -e wai=$(dirname $(readlink -f "$0")) scenarios="${wai}/scenarios" inputs="${wai}/inputs.json" -simulator="make -C ${wai}/ run" +simulator="make run" sched="${wai}/analysis/scheduler/analysis.sh" parser="${wai}/parser.awk" results="${wai}/strategy_sor.csv" # UPDATE HERE TO CHANGE OUTPUT CSV FILE NAME |
