summaryrefslogtreecommitdiff
path: root/TRNS/benchmark-scripts/ccmcc25.sh
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 14:18:39 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 14:18:39 +0200
commiteb71b2b0a15a400d61285e4e0534a27af5c4f41d (patch)
tree4fa014d35792b33fade0df84baa19fbc33d790e0 /TRNS/benchmark-scripts/ccmcc25.sh
parent05001600966baeeba4ef42ddcf1804975fe88625 (diff)
TRNS: refactor AspectC++ and timer headers
Diffstat (limited to 'TRNS/benchmark-scripts/ccmcc25.sh')
-rwxr-xr-xTRNS/benchmark-scripts/ccmcc25.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TRNS/benchmark-scripts/ccmcc25.sh b/TRNS/benchmark-scripts/ccmcc25.sh
index def251d..751566b 100755
--- a/TRNS/benchmark-scripts/ccmcc25.sh
+++ b/TRNS/benchmark-scripts/ccmcc25.sh
@@ -35,7 +35,7 @@ run_benchmark_nmc() {
set -e
sudo limit_ranks_to_numa_node ${numa_rank}
make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} dfatool_timing=0 aspectc=1 aspectc_timing=1
- bin/host_code -w 0 -e 40 -p ${p} -o 2048 -m 16 -n 8 -x 1
+ bin/host_code -w 0 -e 40 -p ${p} -o 2048 -m 16 -n 8
}
export -f run_benchmark_nmc