Skip to content

Commit

Permalink
Add nsys reports back into CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Mar 12, 2024
1 parent c86d289 commit 4934471
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 @@ -641,9 +641,9 @@ steps:
- label: "GPU: GPU dry baroclinic wave"
key: "target_gpu_implicit_baroclinic_wave"
command:
# nsys profile --trace=nvtx,cuda --output=target_gpu_implicit_baroclinic_wave/report
- mkdir -p target_gpu_implicit_baroclinic_wave
- >
nsys profile --trace=nvtx,cuda --output=target_gpu_implicit_baroclinic_wave/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}target_gpu_implicit_baroclinic_wave.yml
artifact_paths: "target_gpu_implicit_baroclinic_wave/*"
Expand All @@ -654,8 +654,8 @@ steps:
- label: "GPU: GPU dry baroclinic wave - 4 gpus"
key: "target_gpu_implicit_baroclinic_wave_4process"
command:
# nsys profile --trace=nvtx,cuda,mpi --output=target_gpu_implicit_baroclinic_wave_4process/report-%q{PMI_RANK}
- mkdir -p target_gpu_implicit_baroclinic_wave_4process
# nsys profile --trace=nvtx,cuda,mpi --output=target_gpu_implicit_baroclinic_wave_4process/report-%q{PMI_RANK}
- >
srun --cpu-bind=threads --cpus-per-task=4
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
Expand All @@ -681,9 +681,9 @@ steps:

- label: "GPU: gpu_aquaplanet_dyamond"
command:
# nsys profile --trace=nvtx,cuda --output=gpu_aquaplanet_dyamond/report
- mkdir -p gpu_aquaplanet_dyamond
- >
nsys profile --trace=nvtx,cuda --output=gpu_aquaplanet_dyamond/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_dyamond.yml
artifact_paths: "gpu_aquaplanet_dyamond/*"
Expand Down

0 comments on commit 4934471

Please sign in to comment.