diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-16 07:52:35 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-16 07:52:35 +0200 |
commit | 041eb9d74f5b9fa2b355b28f4faddec70c9a5052 (patch) | |
tree | daa73590e522bc568c423e3c34237c5c77e42565 /SEL | |
parent | d3c27e1071bc370d8ec512616f7e61e9b485dc6e (diff) |
SEL hbm: fewer repetitions
Diffstat (limited to 'SEL')
-rwxr-xr-x | SEL/dimes-hetsim-hbm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |