Skip to content

Commit a20e21c

Browse files
authored
Merge pull request #1174 from CliMA/js/mpi-amip
run MPI AMIP on CPU reservation
2 parents 4773c2c + 9b252aa commit a20e21c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ steps:
206206
CLIMACOMMS_CONTEXT: "MPI"
207207
agents:
208208
slurm_ntasks: 4
209-
slurm_mem: 48GB
210-
slurm_reservation: "false"
209+
slurm_mem_per_cpu: 8GB
211210

212211
# short high-res performance test
213212
- label: "Unthreaded AMIP FINE" # also reported by longruns with a flame graph

config/ci_configs/amip_coarse_mpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply_limiter: false
22
co2: "maunaloa"
3-
dt_save_to_sol: "1days"
3+
dt_save_to_sol: "10days"
44
energy_check: false
5-
h_elem: 6
5+
h_elem: 4
66
mode_name: "amip"
77
moist: "equil"
88
mono_surface: false

0 commit comments

Comments
 (0)