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

Commit 5482bd8

Browse files
committed
all configs are testing with +coreneuron esp intel as like original CI
1 parent 150d94f commit 5482bd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,21 @@ build:nmodl:
162162
build:neuron:mod2c:intel:shared:debug:
163163
extends: [.build_neuron, .spack_intel]
164164
variables:
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
165+
SPACK_PACKAGE_SPEC: +debug~rx3d~report~caliper~gpu+coreneuron~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: +debug~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+coreneuron~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: +debug~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+coreneuron~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:

0 commit comments

Comments
 (0)