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
072ce4f48f
commit
42594cfab4
3 changed files with 3 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,6 +3,6 @@ libs/simgrid*
|
||||||
libs/rapidjson*
|
libs/rapidjson*
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
platform.xml
|
platform.xml
|
||||||
./scenarios
|
scenarios
|
||||||
inputs.json
|
inputs.json
|
||||||
results/logs
|
results/logs
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
[ ! -e "simgrid" ] && wget https://data.loicguegan.com/Apps/SimGrid/simgrid-v3.27.tar.gz && tar -xvf simgrid-v3.27.tar.gz && ln -s simgrid-v3.27 simgrid # We use the SimGrid Ragnar Release
|
[ ! -e "simgrid" ] && wget https://data.loicguegan.com/Repeatability/Apps/SimGrid/simgrid-v3.27.tar.gz && tar -xvf simgrid-v3.27.tar.gz && ln -s simgrid-v3.27 simgrid # We use the SimGrid Ragnar Release
|
||||||
[ ! -e "rapidjson" ] && wget https://data.loicguegan.com/Apps/RapidJSON/rapidjson-commit_ab1842a-Aprl9.tar.gz && tar -xvf rapidjson-commit_ab1842a-Aprl9.tar.gz && ln -s rapidjson-commit_ab1842a-Aprl9 rapidjson
|
[ ! -e "rapidjson" ] && wget https://data.loicguegan.com/Repeatability/Apps/RapidJSON/rapidjson-commit_ab1842a-Aprl9.tar.gz && tar -xvf rapidjson-commit_ab1842a-Aprl9.tar.gz && ln -s rapidjson-commit_ab1842a-Aprl9 rapidjson
|
||||||
|
|
||||||
cd simgrid
|
cd simgrid
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
q()
|
|
||||||
n
|
|
||||||
q()
|
|
||||||
n
|
|
Loading…
Add table
Reference in a new issue