From 041eb9d74f5b9fa2b355b28f4faddec70c9a5052 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 16 Jul 2024 07:52:35 +0200 Subject: SEL hbm: fewer repetitions --- SEL/dimes-hetsim-hbm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SEL') diff --git a/SEL/dimes-hetsim-hbm.sh b/SEL/dimes-hetsim-hbm.sh index 361ef66..d52a3bc 100755 --- a/SEL/dimes-hetsim-hbm.sh +++ b/SEL/dimes-hetsim-hbm.sh @@ -12,7 +12,7 @@ fn=log/$(hostname)/$(date +%Y%m%d) ( parallel -j1 --eta --joblog ${fn}.1.joblog --header : \ - ./sel -a {ram} -b {ram} -c {cpu} -i {input_size} -t {nr_threads} -w 0 -e 40 \ + ./sel -a {ram} -b {ram} -c {cpu} -i {input_size} -t {nr_threads} -w 0 -e 5 \ ::: nr_threads 1 2 4 8 12 16 \ ::: cpu $(seq 0 7) \ ::: ram $(seq 0 15) \ -- cgit v1.2.3