Skip to content

Commit

Permalink
Merge pull request #891 from CliMA/zs/hotfix
Browse files Browse the repository at this point in the history
use 1 gpu for amip pipeline
  • Loading branch information
szy21 authored Jul 11, 2024
2 parents 58bf5fb + 4a6c201 commit a64f1d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/amip/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ steps:
artifact_paths: "experiments/ClimaEarth/output/amip/amip_artifacts/*"
timeout_in_minutes: 4320
env:
CLIMACOMMS_CONTEXT: "MPI"
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 4
slurm_ntasks: 1
slurm_mem: 30GB
soft_fail: true

Expand Down

0 comments on commit a64f1d5

Please sign in to comment.