Skip to content

Commit

Permalink
add GPU slabplanet buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Jan 31, 2024
1 parent 6b6db62 commit 4ffbcf5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,17 @@ steps:
agents:
slurm_mem: 20GB

- group: "GPU integration tests"
steps:
# GPU RUNS: slabplanet
- label: "GPU Slabplanet: albedo from function"
key: "gpu_slabplanet_albedo_function"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/slabplanet_albedo_function.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/slabplanet_albedo_function_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1

- wait

# plot job performance history
Expand Down

0 comments on commit 4ffbcf5

Please sign in to comment.