diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-15 11:07:43 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-15 11:07:43 +0200 |
commit | 7b68f46b3e10a1519fccda96f6c078cbd5816ef8 (patch) | |
tree | 2fc9c0bdb0d0a8b1112ee340bcd18a5e4f104b6c /RED/dimes-hetsim-hbm.sh | |
parent | 773354922bd9817f9ed2d9306fb6456223b040f3 (diff) |
RED: update hetsim scripts for tinos
Diffstat (limited to 'RED/dimes-hetsim-hbm.sh')
-rwxr-xr-x | RED/dimes-hetsim-hbm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RED/dimes-hetsim-hbm.sh b/RED/dimes-hetsim-hbm.sh index b9defb3..8137a56 100755 --- a/RED/dimes-hetsim-hbm.sh +++ b/RED/dimes-hetsim-hbm.sh @@ -4,7 +4,7 @@ cd baselines/cpu make -B NUMA=1 mkdir -p log/$(hostname) -fn=log/$(hostname)/$(date +%Y%m%d)-baseline +fn=log/$(hostname)/$(date +%Y%m%d) # upstream DPU version uses 419430400 * int64 == 3.125 GiB @@ -21,7 +21,7 @@ parallel -j1 --eta --joblog ${fn}.1.joblog --resume --header : \ echo "CPU multi-node (2/2)" >&2 parallel -j1 --eta --joblog ${fn}.2.joblog --resume --header : \ - ./red -i 419430400 -w 0 -e 5 -t 8 -x 1 -a {ram} -c {cpu} \ + ./red -i 419430400 -w 0 -e 40 -t 8 -x 1 -a {ram} -c {cpu} \ ::: cpu -1 \ ::: ram $(seq 0 15) \ ::: nr_threads 32 48 64 96 128 |