From aba7153999723155662f48f38d21c9f0cfb82b02 Mon Sep 17 00:00:00 2001 From: Pramod Kumbhar Date: Fri, 4 Nov 2022 07:38:40 +0100 Subject: [PATCH] disable caliper variant in all builds --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbca5ada8..2499f3f5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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: