From f167444c7acf9d0a558b076681c821915f6781b4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 30 May 2023 16:17:38 +0200 Subject: BS: switch to new dfatool format; add -O and reproduction scripts --- BS/baselines/cpu/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BS/baselines/cpu/Makefile') diff --git a/BS/baselines/cpu/Makefile b/BS/baselines/cpu/Makefile index 1b0ceb5..8faf3c4 100644 --- a/BS/baselines/cpu/Makefile +++ b/BS/baselines/cpu/Makefile @@ -10,6 +10,8 @@ bs_omp_O0: bs_omp.c bs_omp_O2: bs_omp.c gcc -O2 bs_omp.c -o bs_omp_O2 -fopenmp +# bs_omp performs a single iteration and must be run in a loop for proper benchmarks + .PHONY: run run_O0 run_O2 run: bs_omp ./bs_omp 262144 16777216 -- cgit v1.2.3