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

Commit 0cbcce3

Browse files
committed
simplify caliper
1 parent d1dd73b commit 0cbcce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,14 @@ 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%gcc
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%gcc
214214
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
215215

216216
# Test CoreNEURON

0 commit comments

Comments
 (0)