Skip to content

Commit

Permalink
trying to fix cluster issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jun 4, 2024
1 parent 0db0092 commit 0bb660c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,21 +117,21 @@ steps:
command: "julia --color=yes --project=.buildkite test/runtests.jl"
agents:
slurm_ntasks: 1
slurm_gres: "gpu:1"
slurm_gres: "gpu:p100:1"

- label: "soil/canopy lsm performance on GPU"
command: "julia --color=yes --project=.buildkite experiments/integrated/performance/profile_allocations.jl"
agents:
slurm_ntasks: 1
slurm_gres: "gpu:1"
slurm_gres: "gpu:p100:1"
artifact_paths: "experiments/integrated/performance/*gpu*html"

- label: "Global Bucket on GPU (functional albedo)"
key: "global_bucket_function_gpu"
command: "julia --color=yes --project=.buildkite experiments/standalone/Bucket/global_bucket_function.jl"
agents:
slurm_ntasks: 1
slurm_gres: "gpu:1"
slurm_gres: "gpu:p100:1"
env:
CLIMACOMMS_DEVICE: "CUDA"
artifact_paths: "experiments/standalone/Bucket/artifacts/*gpu*"
Expand All @@ -141,7 +141,7 @@ steps:
command: "julia --color=yes --project=.buildkite experiments/standalone/Bucket/global_bucket_staticmap.jl"
agents:
slurm_ntasks: 1
slurm_gres: "gpu:1"
slurm_gres: "gpu:p100:1"
env:
CLIMACOMMS_DEVICE: "CUDA"
artifact_paths: "experiments/standalone/Bucket/artifacts_staticmap/*gpu*"
Expand All @@ -151,7 +151,7 @@ steps:
command: "julia --color=yes --project=.buildkite experiments/standalone/Bucket/global_bucket_temporalmap.jl"
agents:
slurm_ntasks: 1
slurm_gres: "gpu:1"
slurm_gres: "gpu:p100:1"
env:
CLIMACOMMS_DEVICE: "CUDA"
artifact_paths: "experiments/standalone/Bucket/artifacts_temporalmap/*gpu*"
Expand Down

0 comments on commit 0bb660c

Please sign in to comment.