Skip to content

Commit

Permalink
ci: Re-enable CI on GH200 nodes (GridTools#1596)
Browse files Browse the repository at this point in the history
Additional change: remove local daemon for CUDA MPS in CI test config,
because CUDA MPS should now be supported by the CI workflow.
  • Loading branch information
edopao authored Jul 31, 2024
1 parent 719c487 commit 9d1e4e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/cscs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9d1e4e9

Please sign in to comment.