From 92c0be772eaccc5e9e34ac6a6c2a38fc9b2afca7 Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Tue, 13 Feb 2024 12:40:04 +0000 Subject: [PATCH] fixup! deactivate HWLOC for test where it's not available --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9afb6269ccc..76804f542a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -217,6 +217,7 @@ build/cuda102/nompi/clang/all/release/static: BUILD_TYPE: "Release" BUILD_SHARED_LIBS: "OFF" CUDA_ARCH: 35 + BUILD_HWLOC: "OFF" build/cuda102/nompi/intel/cuda/debug/static: extends: @@ -233,6 +234,7 @@ build/cuda102/nompi/intel/cuda/debug/static: FAST_TESTS: "ON" BUILD_SHARED_LIBS: "OFF" CUDA_ARCH: 35 + BUILD_HWLOC: "OFF" # cuda 11.0 and friends on HoreKa with tests build/cuda110/mvapich2/gcc/cuda/debug/shared: