From a26bbe847f6af17dda3de9a65f30d6781eb1de2f Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Fri, 22 Mar 2024 15:01:18 -0700 Subject: [PATCH] add non-nsys runs --- .buildkite/pipeline.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7bd5ddda0d..8406738137 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -380,6 +380,14 @@ steps: # slurm_mem: 20GB # slurm_gpus: 1 + - label: "GPU Slabplanet: albedo from static map (without nsys)" + key: "gpu_slabplanet_albedo_static_map" + command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_static_map.yml" + artifact_paths: "experiments/AMIP/output/slabplanet/gpu_slabplanet_albedo_static_map_artifacts/*" + agents: + slurm_mem: 20GB + slurm_gpus: 1 + - label: "GPU Slabplanet: albedo from static map (nsys)" key: "gpu_slabplanet_albedo_static_map" command: > @@ -407,6 +415,14 @@ steps: # slurm_mem: 20GB # slurm_gpus: 1 + - label: "GPU AMIP target: topography and diagnostic EDMF (nsys)" + key: "gpu_amip_target_topo_diagedmf_shortrun" + command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf_shortrun.yml" + artifact_paths: "experiments/AMIP/output/amip/gpu_amip_target_topo_diagedmf_shortrun_artifacts/*" + agents: + slurm_mem: 20GB + slurm_gpus: 1 + - label: "GPU AMIP target: topography and diagnostic EDMF (nsys)" key: "gpu_amip_target_topo_diagedmf_shortrun" command: >