Skip to content

Commit 398c383

Browse files
author
Olivia Alcabes
committed
adding explicit flag and configs
1 parent 2790f33 commit 398c383

22 files changed

+6279
-110
lines changed

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 42 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -227,39 +227,6 @@ steps:
227227
CLIMACOMMS_DEVICE: "CUDA"
228228
JOB_NAME: "amip_target_edonly"
229229

230-
- label: ":computer: amip target edonly edmf nonequil (dt = 240, medium relaxation)"
231-
command:
232-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
233-
artifact_paths: "$$JOB_NAME/output_active/*"
234-
agents:
235-
slurm_gpus: 1
236-
slurm_time: 24:00:00
237-
env:
238-
CLIMACOMMS_DEVICE: "CUDA"
239-
JOB_NAME: "amip_target_edonly_nonequil_240_medium"
240-
241-
- label: ":computer: amip target edonly edmf nonequil (dt = 30, slow relaxation)"
242-
command:
243-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
244-
artifact_paths: "$$JOB_NAME/output_active/*"
245-
agents:
246-
slurm_gpus: 1
247-
slurm_time: 24:00:00
248-
env:
249-
CLIMACOMMS_DEVICE: "CUDA"
250-
JOB_NAME: "amip_target_edonly_nonequil_30_slow"
251-
252-
- label: ":computer: amip target edonly edmf nonequil (dt = 40, slow relaxation)"
253-
command:
254-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
255-
artifact_paths: "$$JOB_NAME/output_active/*"
256-
agents:
257-
slurm_gpus: 1
258-
slurm_time: 24:00:00
259-
env:
260-
CLIMACOMMS_DEVICE: "CUDA"
261-
JOB_NAME: "amip_target_edonly_nonequil_40_slow"
262-
263230
- label: ":computer: amip target edonly edmf nonequil (dt = 50, slow relaxation)"
264231
command:
265232
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
@@ -271,17 +238,6 @@ steps:
271238
CLIMACOMMS_DEVICE: "CUDA"
272239
JOB_NAME: "amip_target_edonly_nonequil_50_slow"
273240

274-
- label: ":computer: amip target edonly edmf nonequil (dt = 30, fast relaxation)"
275-
command:
276-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
277-
artifact_paths: "$$JOB_NAME/output_active/*"
278-
agents:
279-
slurm_gpus: 1
280-
slurm_time: 24:00:00
281-
env:
282-
CLIMACOMMS_DEVICE: "CUDA"
283-
JOB_NAME: "amip_target_edonly_nonequil_30_fast"
284-
285241
- label: ":computer: amip target edonly edmf nonequil (dt = 50, fast relaxation)"
286242
command:
287243
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
@@ -293,24 +249,46 @@ steps:
293249
CLIMACOMMS_DEVICE: "CUDA"
294250
JOB_NAME: "amip_target_edonly_nonequil_50_fast"
295251

296-
- label: ":computer: amip target edonly edmf nonequil (dt = 100, fast relaxation)"
297-
command:
298-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
299-
artifact_paths: "$$JOB_NAME/output_active/*"
300-
agents:
301-
slurm_gpus: 1
302-
slurm_time: 24:00:00
303-
env:
304-
CLIMACOMMS_DEVICE: "CUDA"
305-
JOB_NAME: "amip_target_edonly_nonequil_100_fast"
252+
# - label: ":computer: amip target edonly edmf nonequil (dt = 200, slow relaxation)"
253+
# command:
254+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
255+
# artifact_paths: "$$JOB_NAME/output_active/*"
256+
# agents:
257+
# slurm_gpus: 1
258+
# slurm_time: 24:00:00
259+
# env:
260+
# CLIMACOMMS_DEVICE: "CUDA"
261+
# JOB_NAME: "amip_target_edonly_nonequil_200_slow"
306262

307-
- label: ":computer: amip target edonly edmf nonequil (dt = 200, fast relaxation)"
308-
command:
309-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
310-
artifact_paths: "$$JOB_NAME/output_active/*"
311-
agents:
312-
slurm_gpus: 1
313-
slurm_time: 24:00:00
314-
env:
315-
CLIMACOMMS_DEVICE: "CUDA"
316-
JOB_NAME: "amip_target_edonly_nonequil_200_fast"
263+
# - label: ":computer: amip target edonly edmf nonequil (dt = 200, fast relaxation)"
264+
# command:
265+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
266+
# artifact_paths: "$$JOB_NAME/output_active/*"
267+
# agents:
268+
# slurm_gpus: 1
269+
# slurm_time: 24:00:00
270+
# env:
271+
# CLIMACOMMS_DEVICE: "CUDA"
272+
# JOB_NAME: "amip_target_edonly_nonequil_200_fast"
273+
274+
# - label: ":computer: amip target edonly edmf nonequil (dt = 600, slow relaxation)"
275+
# command:
276+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
277+
# artifact_paths: "$$JOB_NAME/output_active/*"
278+
# agents:
279+
# slurm_gpus: 1
280+
# slurm_time: 24:00:00
281+
# env:
282+
# CLIMACOMMS_DEVICE: "CUDA"
283+
# JOB_NAME: "amip_target_edonly_nonequil_600_slow"
284+
285+
# - label: ":computer: amip target edonly edmf nonequil (dt = 600, fast relaxation)"
286+
# command:
287+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
288+
# artifact_paths: "$$JOB_NAME/output_active/*"
289+
# agents:
290+
# slurm_gpus: 1
291+
# slurm_time: 24:00:00
292+
# env:
293+
# CLIMACOMMS_DEVICE: "CUDA"
294+
# JOB_NAME: "amip_target_edonly_nonequil_600_fast"

0 commit comments

Comments
 (0)