Skip to content

Commit

Permalink
Update climacommon modules
Browse files Browse the repository at this point in the history
This should remove the circular dependency error
  • Loading branch information
Sbozzolo committed Dec 18, 2024
1 parent a1a6e6e commit bd6b475
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .buildkite/amip/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: clima
slurm_time: 96:00:00
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

env:
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/benchmarks/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: clima
slurm_time: 24:00:00
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

env:
JULIA_NVTX_CALLBACKS: gc
Expand Down
14 changes: 7 additions & 7 deletions .buildkite/hierarchies/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: new-central
slurm_time: 24:00:00
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
Expand Down Expand Up @@ -30,7 +30,7 @@ steps:

agents:
queue: clima
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16
env:
JULIA_NUM_PRECOMPILE_TASKS: 8
JULIA_MAX_NUM_PRECOMPILE_FILES: 50
Expand All @@ -52,7 +52,7 @@ steps:
queue: clima
slurm_mem: 20GB
slurm_gpus: 1
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

- label: "Clima: GPU ClimaCoupler moist HS"
command:
Expand All @@ -64,7 +64,7 @@ steps:
queue: clima
slurm_mem: 20GB
slurm_gpus: 1
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

- label: "Clima: GPU ClimaCoupler Cloudless Aquaplanet"
command:
Expand All @@ -76,7 +76,7 @@ steps:
queue: clima
slurm_mem: 20GB
slurm_gpus: 1
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

- label: "Clima: GPU ClimaCoupler Cloudy Aquaplanet"
command:
Expand All @@ -88,7 +88,7 @@ steps:
queue: clima
slurm_mem: 20GB
slurm_gpus: 1
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

- label: "Clima: GPU ClimaCoupler Cloudy Slabplanet"
command:
Expand All @@ -100,4 +100,4 @@ steps:
queue: clima
slurm_mem: 20GB
slurm_gpus: 1
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16
8 changes: 4 additions & 4 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: new-central
slurm_time: 24:00:00
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
Expand Down Expand Up @@ -46,7 +46,7 @@ steps:

agents:
queue: clima
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16
env:
JULIA_NUM_PRECOMPILE_TASKS: 8
JULIA_MAX_NUM_PRECOMPILE_FILES: 50
Expand Down Expand Up @@ -287,7 +287,7 @@ steps:
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16
soft_fail: true

# DYAMOND AMIP: 1 day (convection resolving)
Expand All @@ -303,7 +303,7 @@ steps:
queue: clima
slurm_mem: 20GB
slurm_gpus: 1
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16
soft_fail: true

- wait
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/nightly/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: clima
slurm_time: 14:00:00
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

env:
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: new-central
slurm_time: 4:00:00
modules: climacommon/2024_10_09
modules: climacommon/2024_12_16

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
Expand Down

0 comments on commit bd6b475

Please sign in to comment.