diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc410108c..92eea7157 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,7 +163,7 @@ build:nmodl: build:neuron:mod2c:intel:shared:debug: extends: [.build_neuron, .spack_intel] variables: - SPACK_PACKAGE_SPEC: ~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug + SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug # needs: ["build:coreneuron:mod2c:intel:shared:debug"] build:neuron:nmodl:intel:debug:legacy: @@ -183,35 +183,35 @@ build:neuron:nmodl:intel:shared:debug: build:neuron:mod2c:nvhpc:acc:shared: extends: [.build_neuron, .spack_nvhpc] variables: - SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo + SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo # needs: ["build:coreneuron:mod2c:nvhpc:acc:shared"] build:neuron:nmodl:nvhpc:acc:debug:legacy: extends: [.build_neuron, .spack_nvhpc] needs: ["build:nmodl"] variables: - SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug + SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug # needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"] build:neuron:nmodl:nvhpc:acc:shared: extends: [.build_neuron, .spack_nvhpc] needs: ["build:nmodl"] variables: - SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo + SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo # needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"] build:neuron:nmodl:nvhpc:omp:legacy: extends: [.build_neuron, .spack_nvhpc] needs: ["build:nmodl"] variables: - SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo + SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo # needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"] build:neuron:nmodl:nvhpc:omp:debug: extends: [.build_neuron, .spack_nvhpc] needs: ["build:nmodl"] variables: - SPACK_PACKAGE_SPEC: ~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug + SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug # needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"] # Test CoreNEURON