Skip to content

Commit

Permalink
Merge pull request #700 from CliMA/kd/soil_long_run
Browse files Browse the repository at this point in the history
soil standalone global run
  • Loading branch information
kmdeck authored Jul 18, 2024
2 parents 173c9ff + 33f856d commit 2d4892f
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 8 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 2d4892f

Please sign in to comment.