diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-17 15:23:52 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-17 15:23:52 +0200 |
commit | df133b452eb30c3e546c215407d9fa345c98a1f8 (patch) | |
tree | a2c2cbe7dbbed2c024293da904500e01fafb95dd | |
parent | 9612a7d5e3b685f9d1d9af559999999ce2b3880c (diff) |
VA hetsim nmc: nits
-rwxr-xr-x | VA/dimes-hetsim-nmc.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/VA/dimes-hetsim-nmc.sh b/VA/dimes-hetsim-nmc.sh index 1e33c09..b168396 100755 --- a/VA/dimes-hetsim-nmc.sh +++ b/VA/dimes-hetsim-nmc.sh @@ -40,17 +40,17 @@ make -B NUMA=1 ( -echo "CPU single-node operation (1/4)" >&2 +echo "CPU single-node operation (1/3)" >&2 parallel -j1 --eta --joblog ${fn}.1.joblog --resume --header : \ ./va -i {input_size} -a {ram_in} -b {ram_out} -c {cpu} -t {nr_threads} -w 0 -e 40 \ ::: ram_in 0 1 \ - ::: cpu 0 1 \ - :::+ ram_out 0 1 \ + ::: ram_out 0 1 \ + ::: cpu 0 1 \ ::: nr_threads 1 2 4 8 12 16 \ ::: input_size 167772160 -echo "CPU multi-node operation (2/4)" >&2 +echo "CPU multi-node operation (2/3)" >&2 parallel -j1 --eta --joblog ${fn}.2.joblog --resume --header : \ ./va -i {input_size} -a {ram_in} -b {ram_out} -c {cpu} -t {nr_threads} -w 0 -e 40 \ @@ -66,7 +66,7 @@ make -B NUMA=1 NUMA_MEMCPY=1 ( -echo "CPU single-node operation with setup cost" >&2 +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 \ |