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

Commit

Permalink
disable caliper variant in all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Nov 4, 2022
1 parent 46f3b1c commit c8ecede
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ simulation_stack:
.spack_nvhpc:
variables:
SPACK_PACKAGE_COMPILER: nvhpc
SPACK_PACKAGE_DEPENDENCIES: ^hpe-mpi%gcc ^caliper~libdw~adiak~libunwind%gcc+cuda cuda_arch=70 ^python%gcc
SPACK_PACKAGE_DEPENDENCIES: ^hpe-mpi%gcc ^python%gcc
.build_neuron:
extends: [.build]
timeout: two hours
Expand Down Expand Up @@ -183,44 +183,44 @@ build:neuron:nmodl:intel:shared:debug:
build:neuron:mod2c:nvhpc:acc:shared:
extends: [.build_neuron, .spack_nvhpc]
variables:
SPACK_PACKAGE_SPEC: +caliper+gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
SPACK_PACKAGE_SPEC: ~caliper+gpu~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: +caliper+gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
SPACK_PACKAGE_SPEC: ~caliper+gpu~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: +caliper+gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
SPACK_PACKAGE_SPEC: ~caliper+gpu~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: +caliper+gpu~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
SPACK_PACKAGE_SPEC: ~caliper+gpu~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: +caliper+gpu~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
SPACK_PACKAGE_SPEC: ~caliper+gpu~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]

# Test CoreNEURON
test:coreneuron:mod2c:intel:shared:debug:
extends: [.ctest]
#test:coreneuron:mod2c:intel:shared:debug:
# extends: [.ctest]
# needs: ["build:coreneuron:mod2c:intel:shared:debug"]

test:coreneuron:nmodl:intel:debug:legacy:
extends: [.ctest]
#test:coreneuron:nmodl:intel:debug:legacy:
# extends: [.ctest]
# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]

#test:coreneuron:nmodl:intel:shared:debug:
Expand Down

0 comments on commit c8ecede

Please sign in to comment.