mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss-extended.git
synced 2025-04-05 19:16:26 +02:00
Minor changes
This commit is contained in:
parent
6df6df6245
commit
3198188376
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Add table
Reference in a new issue