diff --git a/experiment.rc b/experiment.rc index 23ad510656fb85dd8db075bdcbdfe709c62bb29f..c6b5886cd085c25b0d7963e02cf796e86ef16070 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 8c6c49414aec9901f4ac5df3792ef188987682cc..c7e99880c3be50e3f6e2df15d47183abf4ac8b91 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