aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-06-30 14:55:06 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-06-30 14:55:06 +0200
commit31981883765dfd5198ba8394f13f2f3b51470b04 (patch)
treee059237e590b6e052fb7b7d6ff8ed226660086a0
parent6df6df62456817dfe60a1674a74135985f445524 (diff)
Minor changes
-rw-r--r--README.md6
-rwxr-xr-xrun_strategies.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 627c787..8434108 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Impact of loosely coupled data dissemination policies for resource challenged environements
### Setup
-- First you need [Boost](https://www.boost.org/)
+- First you need [Boost](https://www.boost.org/) to install SimGrid
- From the project root folder run `cd ./libs && ./setup.sh && cd -`
-- And `make`
-- If the project compiles successfully, you are ready to run the simulations!
+- Then `make`from the project root folder
+- If the project compiles successfully, you are ready to run simulations!
### Paper's Simulations
- To run all the simulations presented in the paper simply run `./results/paper.sh`
this will create the file `results/results.csv` containing all the results. This will also create an
diff --git a/run_strategies.sh b/run_strategies.sh
index 5059d93..7c9a4ae 100755
--- a/run_strategies.sh
+++ b/run_strategies.sh
@@ -8,7 +8,7 @@ inputs="${wai}/inputs.json"
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
+results="${wai}/test.csv" # UPDATE HERE TO CHANGE OUTPUT CSV FILE NAME
aheaders="simkey,wireless,wakeupfor"
avalues="none,none,none"
log_file="${wai}/logs/$(date +%s).org" && mkdir -p "${wai}/logs/"