From 4ffbcf5692cfda803904002926a113b860633e84 Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Mon, 22 Jan 2024 15:23:31 -0800 Subject: [PATCH] add GPU slabplanet buildkite --- .buildkite/pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6ea1f48c18..93b254ae74 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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