From 638dcb78ce827d2afb7ae42a1e6b2cc6741bc660 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Jun 2023 11:58:37 +0200 Subject: TS: increase timeout and decrease repetations --- TS/baselines/cpu/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TS/baselines/cpu/run.sh') diff --git a/TS/baselines/cpu/run.sh b/TS/baselines/cpu/run.sh index 254ca15..f69f63f 100755 --- a/TS/baselines/cpu/run.sh +++ b/TS/baselines/cpu/run.sh @@ -17,7 +17,7 @@ echo "Revision $(git describe --always)" 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 30m ./streamp_openmp inputs/randomlist33M.txt 256 || true + OMP_NUM_THREADS=${nr_threads} timeout --foreground -k 1m 60m ./streamp_openmp inputs/randomlist33M.txt 256 || true done done ) | tee "${HOST}-explore.txt" -- cgit v1.2.3