summaryrefslogtreecommitdiff
path: root/TRNS/dimes-hetsim-nmc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TRNS/dimes-hetsim-nmc.sh')
-rwxr-xr-xTRNS/dimes-hetsim-nmc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/TRNS/dimes-hetsim-nmc.sh b/TRNS/dimes-hetsim-nmc.sh
index b5f6f13..80987e7 100755
--- a/TRNS/dimes-hetsim-nmc.sh
+++ b/TRNS/dimes-hetsim-nmc.sh
@@ -73,7 +73,7 @@ parallel -j1 --eta --joblog ${fn}.4.joblog --resume --header : \
) >> ${fn}.txt
cd baselines/cpu
-make -B NUMA=1
+make -B numa=1
(
@@ -97,7 +97,7 @@ parallel -j1 --eta --joblog ${fn}.2.joblog --resume --header : \
) >> ${fn}.txt
-make -B NUMA=1 NUMA_MEMCPY=1
+make -B numa=1 numa_memcpy=1
(