From 28e40974c89c3370c5c95d047abd8c5e84deb828 Mon Sep 17 00:00:00 2001 From: Castiglioni Giacomo Date: Fri, 28 May 2021 09:56:17 +0200 Subject: [PATCH] flag typo --- test/benchmark/nmodl-llvm-time.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/benchmark/nmodl-llvm-time.sh b/test/benchmark/nmodl-llvm-time.sh index 439f51e4d8..f73db98384 100755 --- a/test/benchmark/nmodl-llvm-time.sh +++ b/test/benchmark/nmodl-llvm-time.sh @@ -96,11 +96,11 @@ clang_bin_path="/gpfs/bbp.cscs.ch/data/project/proj16/software/llvm/install/0521 clang_exe=${clang_bin_path}/clang++ declare -a clang_flags=( "-O3 -march=skylake-avx512 -ffast-math -fveclib=SVML" - "-O3 -mavx512f -ffast-math -fopemp -fveclib=SVML" + "-O3 -mavx512f -ffast-math -fopenmp -fveclib=SVML" "-O3 -mavx512f -ffast-math -fveclib=SVML" "-O3 -mavx512f -fveclib=SVML" - "-O3 -mavx2 -ffast-math -fopemp -fveclib=SVML" - "-O3 -msse2 -ffast-math -fopemp -fveclib=SVML" + "-O3 -mavx2 -ffast-math -fopenmp -fveclib=SVML" + "-O3 -msse2 -ffast-math -fopenmp -fveclib=SVML" ) 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"