Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 28e4097

Browse files
author
Castiglioni Giacomo
committed
flag typo
1 parent 7e1ff57 commit 28e4097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/benchmark/nmodl-llvm-time.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ clang_bin_path="/gpfs/bbp.cscs.ch/data/project/proj16/software/llvm/install/0521
9696
clang_exe=${clang_bin_path}/clang++
9797
declare -a clang_flags=(
9898
"-O3 -march=skylake-avx512 -ffast-math -fveclib=SVML"
99-
"-O3 -mavx512f -ffast-math -fopemp -fveclib=SVML"
99+
"-O3 -mavx512f -ffast-math -fopenmp -fveclib=SVML"
100100
"-O3 -mavx512f -ffast-math -fveclib=SVML"
101101
"-O3 -mavx512f -fveclib=SVML"
102-
"-O3 -mavx2 -ffast-math -fopemp -fveclib=SVML"
103-
"-O3 -msse2 -ffast-math -fopemp -fveclib=SVML"
102+
"-O3 -mavx2 -ffast-math -fopenmp -fveclib=SVML"
103+
"-O3 -msse2 -ffast-math -fopenmp -fveclib=SVML"
104104
)
105105

106106
gcc_bin_path="/gpfs/bbp.cscs.ch/ssd/apps/hpc/jenkins/deploy/compilers/2021-01-06/linux-rhel7-x86_64/gcc-4.8.5/gcc-9.3.0-45gzrp/bin"

0 commit comments

Comments
 (0)