summaryrefslogtreecommitdiff
path: root/VA/dimes-hetsim-hbm.sh
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-07-10 16:28:57 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-07-10 16:28:57 +0200
commit4a246d3ce68fdeeee358ad1ea855291dd095bb19 (patch)
tree60047865ea387adc7a2a6feba52b366cdded66d1 /VA/dimes-hetsim-hbm.sh
parent1a145dceafe65723833b1ef31636d49ef6a3c998 (diff)
VA: nits
Diffstat (limited to 'VA/dimes-hetsim-hbm.sh')
-rwxr-xr-xVA/dimes-hetsim-hbm.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/VA/dimes-hetsim-hbm.sh b/VA/dimes-hetsim-hbm.sh
index acb27b1..66456e5 100755
--- a/VA/dimes-hetsim-hbm.sh
+++ b/VA/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 uses 167772160 * 2 * int32 == 2.5 GiB input and 1.25 GiB output for DPU version
@@ -12,8 +12,8 @@ fn=log/$(hostname)/$(date +%Y%m%d)-baseline
echo "single-node execution (1/2)" >&2
-parallel -j1 --eta --joblog ${fn}.1.joblog --resume --header : \
- ./va -i {input_size} -a {ram} -b {ram} -c {cpu} -t {nr_threads} -w 0 -e 20 \
+parallel -j1 --eta --joblog ${fn}.1.joblog --header : \
+ ./va -i {input_size} -a {ram} -b {ram} -c {cpu} -t {nr_threads} -w 0 -e 5 \
::: nr_threads 1 2 4 8 12 16 \
::: cpu $(seq 0 7) \
::: ram $(seq 0 15) \
@@ -21,8 +21,8 @@ parallel -j1 --eta --joblog ${fn}.1.joblog --resume --header : \
echo "multi-node execution (2/2)" >&2
-parallel -j1 --eta --joblog ${fn}.2.joblog --resume --header : \
- ./va -i {input_size} -a {ram} -b {ram} -c {cpu} -t {nr_threads} -w 0 -e 20 \
+parallel -j1 --eta --joblog ${fn}.2.joblog --header : \
+ ./va -i {input_size} -a {ram} -b {ram} -c {cpu} -t {nr_threads} -w 0 -e 40 \
::: nr_threads 32 48 64 96 128 \
::: cpu -1 \
::: ram $(seq 0 15) \