Skip to content

Commit

Permalink
Add soil long run
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jul 18, 2024
1 parent 173c9ff commit f86a477
Show file tree
Hide file tree
Showing 5 changed files with 537 additions and 7 deletions.
12 changes: 11 additions & 1 deletion .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ steps:
artifact_paths: "land_longrun_gpu/*png"
agents:
slurm_gpus: 1
slurm_time: 12:00:00
slurm_time: 01:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"

- label: "Soil"
command:
- julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
artifact_paths: "soil_longrun_gpu/*png"
agents:
slurm_gpus: 1
slurm_time: 01:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"
Loading

0 comments on commit f86a477

Please sign in to comment.