From 072ce4f48f2e1b05e36c419b6ed37025b07314f9 Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Sat, 29 Jun 2024 14:27:13 +0200 Subject: Add datasize scalability results --- libs/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') 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 -- cgit v1.2.3