diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-30 16:17:38 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-30 16:17:38 +0200 |
commit | f167444c7acf9d0a558b076681c821915f6781b4 (patch) | |
tree | bdc74846d05b21ea8a2bd6e0a19f35ece8f2b510 /BS/baselines/cpu/Makefile | |
parent | 4bbc83c0ec43b0ede8e4e0fb7f81494ccd65acf8 (diff) |
BS: switch to new dfatool format; add -O and reproduction scripts
Diffstat (limited to 'BS/baselines/cpu/Makefile')
-rw-r--r-- | BS/baselines/cpu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |