aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-06-29 14:27:13 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-06-29 14:27:13 +0200
commit072ce4f48f2e1b05e36c419b6ed37025b07314f9 (patch)
treebfdc383e43e79a8f5deaa0d5f9deedace740cc27 /libs
parent7bc73b807f802978fdd0bfd38264ab25c88cb86f (diff)
Add datasize scalability results
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/setup.sh b/libs/setup.sh
index 395a11e..b7eced7 100755
--- a/libs/setup.sh
+++ b/libs/setup.sh
@@ -2,8 +2,8 @@
set -e
-[ ! -e "simgrid" ] && git clone https://framagit.org/simgrid/simgrid
-[ ! -e "rapidjson"] && git clone https://github.com/Tencent/rapidjson
+[ ! -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 "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
cd simgrid
mkdir -p build