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

Commit 102210e

Browse files
author
Castiglioni Giacomo
committed
rebased and updated llvm path
1 parent 80e85bf commit 102210e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

test/benchmark/nmodl-llvm-time.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ declare -a icpc_flags=(
9292
"-O2 -msse2 -prec-div -fimf-use-svml"
9393
)
9494

95-
clang_bin_path="/gpfs/bbp.cscs.ch/data/project/proj16/software/llvm/install/0521/bin"
95+
clang_bin_path="/gpfs/bbp.cscs.ch/data/project/proj16/software/llvm/install/0621/bin"
9696
clang_exe=${clang_bin_path}/clang++
9797
declare -a clang_flags=(
9898
"-O3 -march=skylake-avx512 -ffast-math -fveclib=SVML"
@@ -112,11 +112,13 @@ declare -a gcc_flags=(
112112
)
113113

114114
# loop over options
115-
for kernel_target in compute-bound memory-bound hh; do
115+
# for kernel_target in compute-bound memory-bound hh; do
116+
for kernel_target in hh; do
116117
echo "kernel: "${kernel_target}
117118

118119
# loop over other compilers
119-
for compiler in icpc clang gcc; do
120+
# for compiler in icpc clang gcc; do
121+
for compiler in clang; do
120122
echo "| compiler: "${compiler}
121123

122124
compiler_exe=${compiler}_exe

0 commit comments

Comments
 (0)