From 9d1e4e916256b0e605515ac9b8d08a001e25655d Mon Sep 17 00:00:00 2001 From: edopao Date: Wed, 31 Jul 2024 10:13:30 +0200 Subject: [PATCH] ci: Re-enable CI on GH200 nodes (#1596) Additional change: remove local daemon for CUDA MPS in CI test config, because CUDA MPS should now be supported by the CI workflow. --- ci/cscs-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/cscs-ci.yml b/ci/cscs-ci.yml index b8902f37f7..243716c459 100644 --- a/ci/cscs-ci.yml +++ b/ci/cscs-ci.yml @@ -52,8 +52,6 @@ stages: variables: CUDA_VERSION: 12.4.1 CUPY_PACKAGE: cupy-cuda12x - # TODO: re-enable CI job when Todi is back in operational state - when: manual build_py311_baseimage_x86_64: extends: .build_baseimage_x86_64 @@ -176,9 +174,6 @@ build_py38_image_x86_64: - SUBPACKAGE: next VARIANT: [-nomesh, -atlas] SUBVARIANT: [-cuda12x, -cpu] - before_script: - # TODO: remove start of CUDA MPS daemon once CI-CD can handle CRAY_CUDA_MPS - - CUDA_MPS_PIPE_DIRECTORY="/tmp/nvidia-mps" nvidia-cuda-mps-control -d variables: # Grace-Hopper gpu architecture is not enabled by default in CUDA build CUDAARCHS: "90"