summaryrefslogtreecommitdiff
path: root/TS/baselines/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'TS/baselines/cpu')
-rwxr-xr-xTS/baselines/cpu/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/TS/baselines/cpu/run.sh b/TS/baselines/cpu/run.sh
index f69f63f..aacce32 100755
--- a/TS/baselines/cpu/run.sh
+++ b/TS/baselines/cpu/run.sh
@@ -13,11 +13,13 @@ echo "Started at $(date)"
echo "Revision $(git describe --always)"
# input size depends on file -> strong scaling only
+# arguments taken from README / launch.sh
make -B
for i in $(seq 1 10); do
for nr_threads in 88 64 44 1 2 4 6 8 12 16 20 24 32; do
OMP_NUM_THREADS=${nr_threads} timeout --foreground -k 1m 60m ./streamp_openmp inputs/randomlist33M.txt 256 || true
+ sleep 10
done
done
) | tee "${HOST}-explore.txt"