@@ -65,7 +65,6 @@ simulation_stack:
65
65
bb5_duration : " 2:00:00"
66
66
SPACK_PACKAGE : neuron
67
67
SPACK_PACKAGE_SPEC : +coreneuron+debug+tests~legacy-unit~rx3d model_tests=channel-benchmark,olfactory,tqperf-heavy
68
- SPACK_INSTALL_EXTRA_FLAGS : --verbose
69
68
.gpu_node :
70
69
variables :
71
70
bb5_constraint : volta
@@ -163,55 +162,55 @@ build:nmodl:
163
162
build:neuron:mod2c:intel:shared:debug :
164
163
extends : [.build_neuron, .spack_intel]
165
164
variables :
166
- SPACK_PACKAGE_SPEC : ~rx3d~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug
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
167
166
# needs: ["build:coreneuron:mod2c:intel:shared:debug"]
168
167
169
168
build:neuron:nmodl:intel:debug:legacy :
170
169
extends : [.build_neuron, .spack_intel]
171
170
needs : ["build:nmodl"]
172
171
variables :
173
- SPACK_PACKAGE_SPEC : ~report~caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
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
174
173
# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]
175
174
176
175
build:neuron:nmodl:intel:shared:debug :
177
176
extends : [.build_neuron, .spack_intel]
178
177
needs : ["build:nmodl"]
179
178
variables :
180
- SPACK_PACKAGE_SPEC : ~report~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug
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
181
180
# needs: ["build:coreneuron:nmodl:intel:shared:debug"]
182
181
183
182
build:neuron:mod2c:nvhpc:acc:shared :
184
183
extends : [.build_neuron, .spack_nvhpc]
185
184
variables :
186
- SPACK_PACKAGE_SPEC : ~rx3d~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
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
187
186
# needs: ["build:coreneuron:mod2c:nvhpc:acc:shared"]
188
187
189
188
build:neuron:nmodl:nvhpc:acc:debug:legacy :
190
189
extends : [.build_neuron, .spack_nvhpc]
191
190
needs : ["build:nmodl"]
192
191
variables :
193
- SPACK_PACKAGE_SPEC : ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
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
194
193
# needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"]
195
194
196
195
build:neuron:nmodl:nvhpc:acc:shared :
197
196
extends : [.build_neuron, .spack_nvhpc]
198
197
needs : ["build:nmodl"]
199
198
variables :
200
- SPACK_PACKAGE_SPEC : ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
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
201
200
# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
202
201
203
202
build:neuron:nmodl:nvhpc:omp:legacy :
204
203
extends : [.build_neuron, .spack_nvhpc]
205
204
needs : ["build:nmodl"]
206
205
variables :
207
- SPACK_PACKAGE_SPEC : ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
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
208
207
# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
209
208
210
209
build:neuron:nmodl:nvhpc:omp:debug :
211
210
extends : [.build_neuron, .spack_nvhpc]
212
211
needs : ["build:nmodl"]
213
212
variables :
214
- SPACK_PACKAGE_SPEC : ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
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
215
214
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
216
215
217
216
# Test CoreNEURON
0 commit comments