From 54544b4864f0c9724842f44f3c705cab90cd39ce Mon Sep 17 00:00:00 2001
From: David Kaufmann <astra@ionic.at>
Date: Mon, 30 Jan 2012 23:01:08 +0100
Subject: [PATCH] fix runall that it works with hillis_sum

---
 prefix/runAll.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/prefix/runAll.sh b/prefix/runAll.sh
index 8c95f7e..3225c76 100755
--- a/prefix/runAll.sh
+++ b/prefix/runAll.sh
@@ -21,7 +21,8 @@ fi
 STARTTS="`date --iso-8601=minutes`"
 SCHEDULING="static dynamic guided runtime"
 ALGORITHMS="seq datapar recurse hillis_sum hillis_partial reduce"
-RUNLIST="$(seq 0 250000 1000000) $(seq 0 2500000 10000000) $(seq 0 25000000 100000000)"
+#RUNLIST="$(seq 0 250000 1000000) $(seq 0 2500000 10000000) $(seq 0 25000000 100000000)"
+RUNLIST="1024 2048 4096 8192 16384 32768 65536 131072 262144 524288 1048576 2097152 4194304 8388608 16777216 33554432 67108864 134217728"
 
 echo "STARTING: stats/raw/${STARTTS}"
 mkdir -p "stats/raw/${STARTTS}"
-- 
2.43.0