Skip to content

Commit

Permalink
Fix names in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Oct 10, 2024
1 parent aae62c4 commit 729ad47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .buildkite/A100_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ steps:
slurm_mem_per_cpu: 6G

- label: "Flame Graph: All Sky"
command: "julia --color=yes --project=test perf/flame.jl all_sky.jl"
artifact_paths: "flame_graphs/all_sky/*"
command: "julia --color=yes --project=test perf/flame.jl cloudy_sky.jl"
artifact_paths: "flame_graphs/cloudy_sky/*"
agents:
slurm_ntasks: 1
slurm_mem_per_cpu: 6G
Expand Down Expand Up @@ -113,8 +113,8 @@ steps:
slurm_gres: "gpu:1"
slurm_exclusive:

- label: "GPU all-sky DYAMOND benchmark"
command: "julia --color=yes --project=test test/all_sky_dyamond_gpu_benchmark.jl"
- label: "GPU cloudy-sky DYAMOND benchmark"
command: "julia --color=yes --project=test test/cloudy_sky_dyamond_gpu_benchmark.jl"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
Expand Down
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ steps:
slurm_mem_per_cpu: 6G

- label: "Flame Graph: All Sky"
command: "julia --color=yes --project=test perf/flame.jl all_sky.jl"
artifact_paths: "flame_graphs/all_sky/*"
command: "julia --color=yes --project=test perf/flame.jl cloudy_sky.jl"
artifact_paths: "flame_graphs/cloudy_sky/*"
agents:
slurm_ntasks: 1
slurm_mem_per_cpu: 6G
Expand Down Expand Up @@ -112,7 +112,7 @@ steps:
slurm_gres: "gpu:1"

- label: "GPU all-sky DYAMOND benchmark"
command: "julia --color=yes --project=test test/all_sky_dyamond_gpu_benchmark.jl"
command: "julia --color=yes --project=test test/cloudy_sky_dyamond_gpu_benchmark.jl"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
Expand Down

0 comments on commit 729ad47

Please sign in to comment.