Skip to content

Commit

Permalink
rm gpu/ artifacts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Feb 9, 2024
1 parent f10869f commit 3beeccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,23 +349,23 @@ steps:
- 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/gpu_slabplanet_albedo_function.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/gpu_slabplanet_albedo_function_artifacts/*"
artifact_paths: "experiments/AMIP/output/slabplanet/gpu_slabplanet_albedo_function_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU Slabplanet: albedo from static map"
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/gpu/slabplanet/gpu_slabplanet_albedo_static_map_artifacts/*"
artifact_paths: "experiments/AMIP/output/slabplanet/gpu_slabplanet_albedo_static_map_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU Slabplanet: albedo from temporal map"
key: "gpu_slabplanet_albedo_temporal_map"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_temporal_map.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/gpu_slabplanet_albedo_temporal_map_artifacts/*"
artifact_paths: "experiments/AMIP/output/slabplanet/gpu_slabplanet_albedo_temporal_map_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1
Expand Down

0 comments on commit 3beeccb

Please sign in to comment.