From 90ea86e2c342ea302f0f5c4c9778b4426a9eee18 Mon Sep 17 00:00:00 2001 From: Reiner Jung <reiner.jung@email.uni-kiel.de> Date: Tue, 23 Aug 2022 13:36:34 +0200 Subject: [PATCH] fixed setup --- experiment.rc | 2 ++ setup.sh | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/experiment.rc b/experiment.rc index 23ad510..c6b5886 100644 --- a/experiment.rc +++ b/experiment.rc @@ -1,3 +1,5 @@ +MOOBENCH_ARCHIVE="${BASE_DIR}/tools/benchmark/build/distributions/benchmark.tar" + export SLEEP_TIME=30 export NUM_OF_LOOPS=10 export THREADS=1 diff --git a/setup.sh b/setup.sh index 8c6c494..c7e9988 100755 --- a/setup.sh +++ b/setup.sh @@ -25,10 +25,10 @@ else exit 1 fi -if [ -f "${BASE_DIR}/frameworks/common-functions.sh" ] ; then - source "${BASE_DIR}/frameworks/common-functions.sh" +if [ -f "${BASE_DIR}/common-functions.sh" ] ; then + source "${BASE_DIR}/common-functions.sh" else - echo "Missing library: ${BASE_DIR}/frameworks/common-functions.sh" + echo "Missing library: ${BASE_DIR}/common-functions.sh" exit 1 fi -- GitLab