From a4a6e022f381fe926ae4c71c35e8300c01d421a8 Mon Sep 17 00:00:00 2001 From: akshaysridhar Date: Tue, 5 Sep 2023 10:43:27 -0700 Subject: [PATCH] Explicit specification of time limits for newly added jobs modified: .buildkite/longruns/pipeline.yml --- .buildkite/longruns/pipeline.yml | 3 +++ ..._rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml} | 0 2 files changed, 3 insertions(+) rename config/longrun_configs/{longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.yml => longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml} (100%) diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index b0e8210297..c59e8d48f4 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -90,6 +90,7 @@ steps: agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB + slurm_time: 24:00:00 - label: ":computer: held-suarez, equilmoist, high-topped (55km), high-sponge (35km), helem_16 np_3" command: @@ -102,6 +103,7 @@ steps: agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB + slurm_time: 24:00:00 - label: ":computer: aquaplanet, equilmoist, high-topped (55km), gray-radiation, vertdiff, high-sponge (35km), helem_16 np_3" command: @@ -114,6 +116,7 @@ steps: agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB + slurm_time: 24:00:00 - label: ":computer: aquaplanet (ρe_tot) equilmoist clearsky high resolution hightop rayleigh sponge(35e3, 10) Float64" command: diff --git a/config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.yml b/config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml similarity index 100% rename from config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.yml rename to config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml