Skip to content

Commit

Permalink
Add nsight report to more jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Apr 22, 2024
1 parent 719ee49 commit a765579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ steps:
- mkdir -p gpu_hs_rhoe_equil_55km_nz63_0M_4process
- >
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_hs_rhoe_equil_55km_nz63_0M_4process/output_active/report-%q{PMI_RANK}
nsys profile --trace=osrt,nvtx,cuda,mpi,ucx --output=gpu_hs_rhoe_equil_55km_nz63_0M_4process/output_active/report-%q{PMI_RANK}
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_hs_rhoe_equil_55km_nz63_0M_4process.yml
artifact_paths: "gpu_hs_rhoe_equil_55km_nz63_0M_4process/output_active/*"
Expand Down
6 changes: 4 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,10 @@ steps:
- label: "GPU: baroclinic wave"
key: "gpu_baroclinic_wave_rhoe"
command: >
nsys profile --trace=nvtx,cuda --output=gpu_baroclinic_wave_rhoe/output_active/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $PERF_CONFIG_PATH/gpu_baroclinic_wave_rhoe.yml
artifact_paths: "gpu_implicit_barowave_ref/output_active/*"
artifact_paths: "gpu_baroclinic_wave_rhoe/output_active/*"
agents:
slurm_mem: 16G
slurm_gpus: 1
Expand Down Expand Up @@ -697,7 +698,7 @@ 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/output_active/report-%q{PMI_RANK}
nsys profile --trace=nvtx,mpi,cuda,osrt --output=target_gpu_implicit_baroclinic_wave_4process/output_active/report-%q{PMI_RANK}
- mkdir -p target_gpu_implicit_baroclinic_wave_4process
- >
srun --cpu-bind=threads --cpus-per-task=4
Expand Down Expand Up @@ -756,6 +757,7 @@ steps:

- label: "GPU: Prognostic EDMFX aquaplanet"
command: >
nsys profile --trace=nvtx,cuda --output=gpu_prognostic_edmfx_aquaplanet/output_active/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $GPU_CONFIG_PATH/gpu_prognostic_edmfx_aquaplanet.yml
artifact_paths: "gpu_prognostic_edmfx_aquaplanet/output_active/*"
Expand Down

0 comments on commit a765579

Please sign in to comment.