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

Commit f07cb19

Browse files
committed
simplify caliper
1 parent d1dd73b commit f07cb19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,15 @@ build:neuron:nmodl:nvhpc:omp:legacy:
203203
extends: [.build_neuron, .spack_nvhpc]
204204
needs: ["build:nmodl"]
205205
variables:
206-
SPACK_PACKAGE_SPEC: +debug~rx3d~report+caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy ^caliper~adiak~gotcha~libdw~libunwind
206+
SPACK_PACKAGE_SPEC: +debug~rx3d~report+caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy ^caliper~libdw~libunwind+cuda%gcc cuda_arch=70
207207
# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
208208

209209
build:neuron:nmodl:nvhpc:omp:debug:
210210
extends: [.build_neuron, .spack_nvhpc]
211211
needs: ["build:nmodl"]
212212
variables:
213-
SPACK_PACKAGE_SPEC: +debug~rx3d~report+caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy ^caliper~adiak~gotcha~libdw~libunwind
213+
SPACK_PACKAGE_SPEC: +debug~rx3d~report+caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy ^caliper~libdw~libunwind+cuda%gcccuda_arch=70
214+
214215
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
215216

216217
# Test CoreNEURON

0 commit comments

Comments
 (0)