Skip to content

Commit

Permalink
remove NCCL reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Dec 21, 2024
1 parent 9aac1b4 commit 15adfde
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci/cscs-daint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ build base cuda image:
timeout: 10h
variables:
SLURM_TIMELIMIT: 600
SLURM_RESERVATION: 'NCCL'
DOCKERFILE: ci/baseimage.cuda.Dockerfile
WATCH_FILECHANGES: ci/baseimage.cuda.Dockerfile
PERSIST_IMAGE_NAME: $CSCS_REGISTRY_PATH/base/sirius-ci
Expand All @@ -34,7 +33,6 @@ build cuda image:
needs: ["build base cuda image"]
stage: build
variables:
SLURM_RESERVATION: 'NCCL'
CSCS_REBUILD_POLICY: always
DOCKERFILE: ci/build.Dockerfile
PERSIST_IMAGE_NAME: $CSCS_REGISTRY_PATH/sirius/sirius-ci:$CI_COMMIT_SHA
Expand All @@ -56,7 +54,6 @@ build elpa cuda image:
needs: ["build base cuda image"]
stage: build
variables:
SLURM_RESERVATION: 'NCCL'
DOCKERFILE: ci/build.Dockerfile
PERSIST_IMAGE_NAME: discard
ENVPATH: "/sirius-env-elpa"
Expand All @@ -67,7 +64,6 @@ build sequential eigen-solver cuda image:
needs: ["build base cuda image"]
stage: build
variables:
SLURM_RESERVATION: 'NCCL'
DOCKERFILE: ci/build.Dockerfile
PERSIST_IMAGE_NAME: discard
ENVPATH: "/sirius-env-cuda-sequential"
Expand All @@ -78,7 +74,6 @@ build fp32 cuda image:
needs: ["build base cuda image"]
stage: build
variables:
SLURM_RESERVATION: 'NCCL'
DOCKERFILE: ci/build.Dockerfile
PERSIST_IMAGE_NAME: discard
ENVPATH: "/sirius-env-fp32"
Expand Down Expand Up @@ -139,8 +134,6 @@ build nlcg image:
SLURM_UNBUFFEREDIO: ''
SLURM_WAIT: 0



gpu serial:
extends: .run_tests
variables:
Expand Down

0 comments on commit 15adfde

Please sign in to comment.