Skip to content

Commit fdffdbb

Browse files
committed
30GB disable diags and debug
1 parent cc71a7b commit fdffdbb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.buildkite/longruns/pipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ steps:
292292
agents:
293293
queue: clima
294294
slurm_gpus_per_task: 1
295-
slurm_ntasks: 1
295+
slurm_cpus_per_task: 4
296+
slurm_ntasks: 4
296297
slurm_mem: 30GB
297298
modules: common
298299
soft_fail: true

experiments/AMIP/coupler_driver.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ cs = Interfacer.CoupledSimulation{FT}(
590590
thermo_params,
591591
);
592592

593-
debug(cs, joinpath(COUPLER_ARTIFACTS_DIR,"init"))
593+
# debug(cs, joinpath(COUPLER_ARTIFACTS_DIR,"init"))
594594

595595
#=
596596
## Restart component model states if specified

0 commit comments

Comments
 (0)