Skip to content

Commit

Permalink
Merge pull request #2804 from CliMA/ck/nsys
Browse files Browse the repository at this point in the history
Add nsys profiling back in
  • Loading branch information
charleskawczynski authored Mar 19, 2024
2 parents 923f78d + 6fcd86d commit 3145a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,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 Down Expand Up @@ -684,9 +684,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 3145a5e

Please sign in to comment.