From a7fe25cd524bf58530ad7a66184b281c398cf730 Mon Sep 17 00:00:00 2001 From: Hamed Gorjiara Date: Mon, 13 Aug 2018 14:44:23 -0700 Subject: [PATCH] Fixing the hexiom scrip --- hexiom/bench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hexiom/bench.sh b/hexiom/bench.sh index 75dd7c5a..4ec8aa5d 100755 --- a/hexiom/bench.sh +++ b/hexiom/bench.sh @@ -40,7 +40,7 @@ for PAR in $PARAMETERS; do mv DUMP* $DUMPDIR elif [ $2 = '--csolver' ]; then START=$(date +%s.%N) - ./run.sh csolverHexiom.py $PAR >> $TEMP + ./run.sh csolverHexiom.py $PAR --csolver >> $TEMP END=$(date +%s.%N) DIFF=$(echo "$END - $START" | bc) echo "Program Execution Time: $DIFF" >>$TEMP -- 2.34.1