diff options
Diffstat (limited to 'BS/baselines/cpu/run-perf.sh')
-rwxr-xr-x | BS/baselines/cpu/run-perf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BS/baselines/cpu/run-perf.sh b/BS/baselines/cpu/run-perf.sh index a35e0fc..5b671e0 100755 --- a/BS/baselines/cpu/run-perf.sh +++ b/BS/baselines/cpu/run-perf.sh @@ -1,6 +1,6 @@ #!/bin/zsh -make -B NUMA=1 +make -B numa=1 OMP_NUM_THREADS=1 perf stat record -o t1.perf -e ${(j:,:):-$(grep -v '^#' ../../../perf-events.txt | cut -d ' ' -f 1)} ./bs_omp $((2**29)) 16777216 4 4 OMP_NUM_THREADS=4 perf stat record -o t4.perf -e ${(j:,:):-$(grep -v '^#' ../../../perf-events.txt | cut -d ' ' -f 1)} ./bs_omp $((2**29)) 16777216 4 4 |