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

Commit 150d94f

Browse files
committed
explicitly add +debug
1 parent 7674484 commit 150d94f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,55 +162,55 @@ build:nmodl:
162162
build:neuron:mod2c:intel:shared:debug:
163163
extends: [.build_neuron, .spack_intel]
164164
variables:
165-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
165+
SPACK_PACKAGE_SPEC: +debug~rx3d~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
166166
# needs: ["build:coreneuron:mod2c:intel:shared:debug"]
167167

168168
build:neuron:nmodl:intel:debug:legacy:
169169
extends: [.build_neuron, .spack_intel]
170170
needs: ["build:nmodl"]
171171
variables:
172-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
172+
SPACK_PACKAGE_SPEC: +debug~rx3d~report~caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
173173
# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]
174174

175175
build:neuron:nmodl:intel:shared:debug:
176176
extends: [.build_neuron, .spack_intel]
177177
needs: ["build:nmodl"]
178178
variables:
179-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
179+
SPACK_PACKAGE_SPEC: +debug~rx3d~report~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
180180
# needs: ["build:coreneuron:nmodl:intel:shared:debug"]
181181

182182
build:neuron:mod2c:nvhpc:acc:shared:
183183
extends: [.build_neuron, .spack_nvhpc]
184184
variables:
185-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
185+
SPACK_PACKAGE_SPEC: +debug~rx3d~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
186186
# needs: ["build:coreneuron:mod2c:nvhpc:acc:shared"]
187187

188188
build:neuron:nmodl:nvhpc:acc:debug:legacy:
189189
extends: [.build_neuron, .spack_nvhpc]
190190
needs: ["build:nmodl"]
191191
variables:
192-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
192+
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
193193
# needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"]
194194

195195
build:neuron:nmodl:nvhpc:acc:shared:
196196
extends: [.build_neuron, .spack_nvhpc]
197197
needs: ["build:nmodl"]
198198
variables:
199-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
199+
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
200200
# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
201201

202202
build:neuron:nmodl:nvhpc:omp:legacy:
203203
extends: [.build_neuron, .spack_nvhpc]
204204
needs: ["build:nmodl"]
205205
variables:
206-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
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
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: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
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
214214
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
215215

216216
# Test CoreNEURON

0 commit comments

Comments
 (0)