Skip to content

Commit

Permalink
Remove nsys profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Feb 29, 2024
1 parent 2877129 commit 43666f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ steps:
command:
- mkdir -p gpu_aquaplanet_chap
- >
nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_aquaplanet_chap/report
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_chap.yml
artifact_paths: "gpu_aquaplanet_chap/*"
Expand All @@ -133,7 +132,6 @@ steps:
- mkdir -p gpu_aquaplanet_chap_2process
- >
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --trace=osrt,nvtx,cuda,mpi,ucx --output=gpu_aquaplanet_chap_2process/report-%q{PMI_RANK}
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_chap_2process.yml
artifact_paths: "gpu_aquaplanet_chap_2process/*"
Expand All @@ -148,7 +146,6 @@ steps:
- mkdir -p gpu_aquaplanet_chap_4process
- >
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --trace=osrt,nvtx,cuda,mpi,ucx --output=gpu_aquaplanet_chap_4process/report-%q{PMI_RANK}
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_chap_4process.yml
artifact_paths: "gpu_aquaplanet_chap_4process/*"
Expand All @@ -165,7 +162,6 @@ steps:
command:
- mkdir -p gpu_aquaplanet_chap_ws_1process
- >
nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_aquaplanet_chap_ws_1process/report
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_chap_ws_1process.yml
artifact_paths: "gpu_aquaplanet_chap_ws_1process/*"
Expand All @@ -180,7 +176,6 @@ steps:
- mkdir -p gpu_aquaplanet_chap_ws_2process
- >
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --trace=osrt,nvtx,cuda,mpi,ucx --output=gpu_aquaplanet_chap_ws_2process/report-%q{PMI_RANK}
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_chap_ws_2process.yml
artifact_paths: "gpu_aquaplanet_chap_ws_2process/*"
Expand All @@ -195,7 +190,6 @@ steps:
- mkdir -p gpu_aquaplanet_chap_ws_4process
- >
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --trace=osrt,nvtx,cuda,mpi,ucx --output=gpu_aquaplanet_chap_ws_4process/report-%q{PMI_RANK}
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_chap_ws_4process.yml
artifact_paths: "gpu_aquaplanet_chap_ws_4process/*"
Expand Down

0 comments on commit 43666f3

Please sign in to comment.