summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xSEL/dimes-hetsim-hbm.sh2
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) \