Skip to content

Commit

Permalink
add reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca committed Oct 3, 2024
1 parent b3166a3 commit 25f44dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ stages:
- .build_deps_common_base
variables:
COMMON_SPACK_ENVIRONMENT: ci/docker/common-gh200.yaml
SLURM_RESERVATION: "daint"

.build_common_base:
stage: build
Expand Down Expand Up @@ -128,6 +129,8 @@ stages:
variables:
RUNNER: ".container-runner-todi"
SLURM_CONSTRAINT: gpu
SLURM_RESERVATION: "daint"
SLURM_PARTITION: "debug"
# 64 / 2 to avoid ranks on multiple sockets for RANK6
THREADS_MAX_PER_TASK: 32
THREADS_PER_NODE: 256
Expand Down

0 comments on commit 25f44dd

Please sign in to comment.