Skip to content

Commit

Permalink
add non-nsys runs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Mar 22, 2024
1 parent 64a8c0c commit a26bbe8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down Expand Up @@ -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: >
Expand Down

0 comments on commit a26bbe8

Please sign in to comment.