Skip to content

Commit

Permalink
Merge fix for SLURM GPU allocation
Browse files Browse the repository at this point in the history
Related PR: #1412
  • Loading branch information
upsj authored Sep 28, 2023
2 parents c67d916 + affa4f2 commit 96ca8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ test/cuda110/nompi/clang/cuda/release/static:
variables:
USE_NAME: "cuda110-nompi-clang-${CI_PIPELINE_ID}"
SLURM_PARTITION: "accelerated"
SLURM_GRES: "gpu:1"
SLURM_GRES: "gpu:4"
SLURM_TIME: "01:30:00"
dependencies: null
needs: [ "build/cuda110/nompi/clang/cuda/release/static" ]
Expand Down Expand Up @@ -329,7 +329,7 @@ test/cuda110/nompi/intel/cuda/debug/static:
variables:
USE_NAME: "cuda110-nompi-intel-${CI_PIPELINE_ID}"
SLURM_PARTITION: "accelerated"
SLURM_GRES: "gpu:1"
SLURM_GRES: "gpu:4"
SLURM_TIME: "02:00:00"
dependencies: null
needs: [ "build/cuda110/nompi/intel/cuda/debug/static" ]
Expand Down

0 comments on commit 96ca8b9

Please sign in to comment.