Skip to content

Commit

Permalink
flag typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Castiglioni Giacomo committed May 28, 2021
1 parent 7e1ff57 commit 28e4097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/benchmark/nmodl-llvm-time.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28e4097

Please sign in to comment.