From 8c131a7699b82d02d125471bdeb5de344cb68d03 Mon Sep 17 00:00:00 2001 From: Maximilian Gaul Date: Tue, 4 Jan 2022 13:51:53 +0100 Subject: [PATCH] Reminder for likwid perf measurements --- evaluate_cpu_omp_perf.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/evaluate_cpu_omp_perf.sh b/evaluate_cpu_omp_perf.sh index 05a366f..4017ec0 100644 --- a/evaluate_cpu_omp_perf.sh +++ b/evaluate_cpu_omp_perf.sh @@ -4,3 +4,7 @@ for i in $(seq 1 32); do export "OMP_NUM_THREADS=$i" ./MDBench-GCC -n 50 | grep "Performance" done + +## likwid perf measurements on testfront1: +# srun --nodes=1 --exclusive --nodelist=rome1 --time=00:30:00 --export=NONE -c 64 -C hwperf --pty /bin/bash -l +# likwid-mpirun -np 1 -t 32 -m -g MEM -omp gnu -d ./MDBench-GCC