From 2ee9dc4873715e54891468458daaf201f95169bb Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Wed, 17 Apr 2024 15:38:20 -0400 Subject: [PATCH] Add nsys reports back to CI --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cddb32f68d..bbe0e192fe 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -715,6 +715,7 @@ steps: - label: "GPU: GPU moist Held-Suarez" command: - > + nsys profile --trace=nvtx,cuda --output=central_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/report julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $GPU_CONFIG_PATH/central_gpu_hs_rhoe_equil_55km_nz63_0M.yml artifact_paths: "central_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/*" @@ -725,6 +726,7 @@ steps: - label: "GPU: GPU moist Held-Suarez cloud diagnostics per stage" command: - > + nsys profile --trace=nvtx,cuda --output=central_cloud_diag_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/report julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $GPU_CONFIG_PATH/central_cloud_diag_gpu_hs_rhoe_equil_55km_nz63_0M.yml artifact_paths: "central_cloud_diag_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/*" @@ -736,6 +738,7 @@ steps: command: - mkdir -p gpu_aquaplanet_dyamond - > + nsys profile --trace=nvtx,cuda --output=gpu_aquaplanet_dyamond/output_active/report julia --color=yes --project=examples examples/hybrid/driver.jl --config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_dyamond.yml artifact_paths: "gpu_aquaplanet_dyamond/output_active/*"