From 7cf6d642856525b829273dbe33c4648f3d10e847 Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Mon, 22 Apr 2024 09:56:58 -0400 Subject: [PATCH] Add nsight report to gpu prognostic edmf aquaplanet --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0a78975de36..eff70dbbca3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -756,6 +756,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/*"