Skip to content

Commit

Permalink
Disable testing on the daint cuda stdexec pipeline
Browse files Browse the repository at this point in the history
CUDA@12 doesn't work on daint (unsufficient drivers)
  • Loading branch information
aurianer committed Sep 17, 2024
1 parent e83cd9a commit b32c9e4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ci/cuda/gcc12_release_stdexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
cuda gcc12 release deps:
extends: .build_deps_common
variables:
BASE_IMAGE: docker.io/nvidia/cuda:11.7.1-devel-ubuntu22.04
BASE_IMAGE: docker.io/nvidia/cuda:12.6.1-devel-ubuntu24.04
COMPILER: gcc@12
CXXSTD: 20
SPACK_ENVIRONMENT: ci/docker/release-cuda-stdexec.yaml
Expand All @@ -19,12 +19,3 @@ cuda gcc12 release build:
- cuda gcc12 release deps
variables:
DEPLOY_IMAGE: $CSCS_REGISTRY_PATH/cuda-gcc12-release/deploy:$CI_COMMIT_SHA

cuda gcc12 release test:
extends: .run_common
needs:
- cuda gcc12 release build
trigger:
include:
- artifact: pipeline.yml
job: cuda gcc12 release build

0 comments on commit b32c9e4

Please sign in to comment.