Skip to content

Commit 1c10751

Browse files
authored
Merge pull request #1130 from CliMA/gb/update
Update climacommon modules
2 parents 8e89e82 + bd6b475 commit 1c10751

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.buildkite/amip/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: clima
33
slurm_time: 96:00:00
4-
modules: climacommon/2024_10_09
4+
modules: climacommon/2024_12_16
55

66
env:
77
JULIA_MAX_NUM_PRECOMPILE_FILES: 100

.buildkite/benchmarks/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: clima
33
slurm_time: 24:00:00
4-
modules: climacommon/2024_10_09
4+
modules: climacommon/2024_12_16
55

66
env:
77
JULIA_NVTX_CALLBACKS: gc

.buildkite/hierarchies/pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: new-central
33
slurm_time: 24:00:00
4-
modules: climacommon/2024_10_09
4+
modules: climacommon/2024_12_16
55

66
env:
77
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
@@ -30,7 +30,7 @@ steps:
3030

3131
agents:
3232
queue: clima
33-
modules: climacommon/2024_10_09
33+
modules: climacommon/2024_12_16
3434
env:
3535
JULIA_NUM_PRECOMPILE_TASKS: 8
3636
JULIA_MAX_NUM_PRECOMPILE_FILES: 50
@@ -52,7 +52,7 @@ steps:
5252
queue: clima
5353
slurm_mem: 20GB
5454
slurm_gpus: 1
55-
modules: climacommon/2024_10_09
55+
modules: climacommon/2024_12_16
5656

5757
- label: "Clima: GPU ClimaCoupler moist HS"
5858
command:
@@ -64,7 +64,7 @@ steps:
6464
queue: clima
6565
slurm_mem: 20GB
6666
slurm_gpus: 1
67-
modules: climacommon/2024_10_09
67+
modules: climacommon/2024_12_16
6868

6969
- label: "Clima: GPU ClimaCoupler Cloudless Aquaplanet"
7070
command:
@@ -76,7 +76,7 @@ steps:
7676
queue: clima
7777
slurm_mem: 20GB
7878
slurm_gpus: 1
79-
modules: climacommon/2024_10_09
79+
modules: climacommon/2024_12_16
8080

8181
- label: "Clima: GPU ClimaCoupler Cloudy Aquaplanet"
8282
command:
@@ -88,7 +88,7 @@ steps:
8888
queue: clima
8989
slurm_mem: 20GB
9090
slurm_gpus: 1
91-
modules: climacommon/2024_10_09
91+
modules: climacommon/2024_12_16
9292

9393
- label: "Clima: GPU ClimaCoupler Cloudy Slabplanet"
9494
command:
@@ -100,4 +100,4 @@ steps:
100100
queue: clima
101101
slurm_mem: 20GB
102102
slurm_gpus: 1
103-
modules: climacommon/2024_10_09
103+
modules: climacommon/2024_12_16

.buildkite/longruns/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: new-central
33
slurm_time: 24:00:00
4-
modules: climacommon/2024_10_09
4+
modules: climacommon/2024_12_16
55

66
env:
77
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
@@ -46,7 +46,7 @@ steps:
4646

4747
agents:
4848
queue: clima
49-
modules: climacommon/2024_10_09
49+
modules: climacommon/2024_12_16
5050
env:
5151
JULIA_NUM_PRECOMPILE_TASKS: 8
5252
JULIA_MAX_NUM_PRECOMPILE_FILES: 50
@@ -287,7 +287,7 @@ steps:
287287
slurm_cpus_per_task: 4
288288
slurm_ntasks: 1
289289
slurm_mem: 30GB
290-
modules: climacommon/2024_10_09
290+
modules: climacommon/2024_12_16
291291
soft_fail: true
292292

293293
# DYAMOND AMIP: 1 day (convection resolving)
@@ -303,7 +303,7 @@ steps:
303303
queue: clima
304304
slurm_mem: 20GB
305305
slurm_gpus: 1
306-
modules: climacommon/2024_10_09
306+
modules: climacommon/2024_12_16
307307
soft_fail: true
308308

309309
- wait

.buildkite/nightly/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: clima
33
slurm_time: 14:00:00
4-
modules: climacommon/2024_10_09
4+
modules: climacommon/2024_12_16
55

66
env:
77
JULIA_MAX_NUM_PRECOMPILE_FILES: 100

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: new-central
33
slurm_time: 4:00:00
4-
modules: climacommon/2024_10_09
4+
modules: climacommon/2024_12_16
55

66
env:
77
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"

0 commit comments

Comments
 (0)