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

Commit 6a28d92

Browse files
committed
disable report variant in neuron and temporarily rename .github
1 parent 0c8c8f2 commit 6a28d92

12 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.gitlab-ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -163,55 +163,55 @@ build:nmodl:
163163
build:neuron:mod2c:intel:shared:debug:
164164
extends: [.build_neuron, .spack_intel]
165165
variables:
166-
SPACK_PACKAGE_SPEC: ~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug
166+
SPACK_PACKAGE_SPEC: ~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug
167167
# needs: ["build:coreneuron:mod2c:intel:shared:debug"]
168168

169169
build:neuron:nmodl:intel:debug:legacy:
170170
extends: [.build_neuron, .spack_intel]
171171
needs: ["build:nmodl"]
172172
variables:
173-
SPACK_PACKAGE_SPEC: ~caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
173+
SPACK_PACKAGE_SPEC: ~report~caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
174174
# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]
175175

176176
build:neuron:nmodl:intel:shared:debug:
177177
extends: [.build_neuron, .spack_intel]
178178
needs: ["build:nmodl"]
179179
variables:
180-
SPACK_PACKAGE_SPEC: ~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug
180+
SPACK_PACKAGE_SPEC: ~report~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug
181181
# needs: ["build:coreneuron:nmodl:intel:shared:debug"]
182182

183183
build:neuron:mod2c:nvhpc:acc:shared:
184184
extends: [.build_neuron, .spack_nvhpc]
185185
variables:
186-
SPACK_PACKAGE_SPEC: ~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
186+
SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
187187
# needs: ["build:coreneuron:mod2c:nvhpc:acc:shared"]
188188

189189
build:neuron:nmodl:nvhpc:acc:debug:legacy:
190190
extends: [.build_neuron, .spack_nvhpc]
191191
needs: ["build:nmodl"]
192192
variables:
193-
SPACK_PACKAGE_SPEC: ~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
193+
SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
194194
# needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"]
195195

196196
build:neuron:nmodl:nvhpc:acc:shared:
197197
extends: [.build_neuron, .spack_nvhpc]
198198
needs: ["build:nmodl"]
199199
variables:
200-
SPACK_PACKAGE_SPEC: ~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
200+
SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
201201
# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
202202

203203
build:neuron:nmodl:nvhpc:omp:legacy:
204204
extends: [.build_neuron, .spack_nvhpc]
205205
needs: ["build:nmodl"]
206206
variables:
207-
SPACK_PACKAGE_SPEC: ~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
207+
SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
208208
# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
209209

210210
build:neuron:nmodl:nvhpc:omp:debug:
211211
extends: [.build_neuron, .spack_nvhpc]
212212
needs: ["build:nmodl"]
213213
variables:
214-
SPACK_PACKAGE_SPEC: ~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
214+
SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
215215
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
216216

217217
# Test CoreNEURON

0 commit comments

Comments
 (0)