Skip to content

Commit

Permalink
Disable nsys profiling in buildkite CI
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Feb 22, 2024
1 parent b9e5d1a commit 5dcfcbc
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 @@ -665,9 +665,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 @@ -678,10 +678,10 @@ 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
- >
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --trace=nvtx,cuda,mpi --output=target_gpu_implicit_baroclinic_wave_4process/report-%q{PMI_RANK}
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}target_gpu_implicit_baroclinic_wave_4process.yml
artifact_paths: "target_gpu_implicit_baroclinic_wave_4process/*"
Expand All @@ -705,9 +705,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 5dcfcbc

Please sign in to comment.