summaryrefslogtreecommitdiff
path: root/VA/dimes-hetsim-nmc.sh
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-07-22 16:03:10 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-07-22 16:03:10 +0200
commit27765c0a341ccdb8772481645f5e9b4fcf9c6abf (patch)
tree5f6a9a5824e07426a2761a9f448deb28a6c49c4f /VA/dimes-hetsim-nmc.sh
parent81123aeb67afef73bcfd3571169dd26054906174 (diff)
VA dimes-hetsim-nmc: variable input node
Diffstat (limited to 'VA/dimes-hetsim-nmc.sh')
-rwxr-xr-xVA/dimes-hetsim-nmc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/VA/dimes-hetsim-nmc.sh b/VA/dimes-hetsim-nmc.sh
index b168396..cabae57 100755
--- a/VA/dimes-hetsim-nmc.sh
+++ b/VA/dimes-hetsim-nmc.sh
@@ -69,8 +69,8 @@ make -B NUMA=1 NUMA_MEMCPY=1
echo "CPU single-node operation with setup cost, cpu/out on same node (3/3)" >&2
parallel -j1 --eta --joblog ${fn}.3.joblog --resume --header : \
- ./va -i {input_size} -a {ram} -b {ram_out} -c {cpu} -C {cpu} -t {nr_threads} -w 0 -e 40 \
- ::: ram 0 1 \
+ ./va -i {input_size} -a {ram_in} -b {ram_out} -c {cpu} -C {cpu} -t {nr_threads} -w 0 -e 40 \
+ ::: ram_in 0 1 \
::: cpu 0 1 \
:::+ ram_out 0 1 \
::: nr_threads 1 2 4 8 12 16 \