Skip to content

Commit

Permalink
Increase AMIP timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Aug 28, 2024
1 parent 4ea28e3 commit 6931f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/amip/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: clima
slurm_time: 76:00:00
slurm_time: 96:00:00
modules: common

env:
Expand All @@ -9,7 +9,7 @@ env:
SLURM_KILL_BAD_EXIT: 1
CONFIG_PATH: "config/amip_configs"

timeout_in_minutes: 4560
timeout_in_minutes: 5760

steps:

Expand Down Expand Up @@ -46,7 +46,7 @@ steps:
- echo "--- Run simulation"
- "srun --cpu-bind=threads --cpus-per-task=4 julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip.yml --job_id amip"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_artifacts/*"
timeout_in_minutes: 4320
timeout_in_minutes: 5760
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
Expand Down

0 comments on commit 6931f19

Please sign in to comment.