Skip to content

Instantly share code, notes, and snippets.

@jglaser
Last active May 29, 2020 18:33
Show Gist options
  • Save jglaser/f7e40202b166383e086c1bae9022c7e4 to your computer and use it in GitHub Desktop.
Save jglaser/f7e40202b166383e086c1bae9022c7e4 to your computer and use it in GitHub Desktop.
Run nsight-compute on Summit
module load nsight-compute
# profile the first two invocations of <kernel_name>
jsrun <jsrun args> --smpiargs "-disable_gpu_hooks" nv-nsight-cu-cli -k <kernel_name> -c 2 --profile-from-start=off --section=".*(Stats|Counters|Analysis|Occpuancy|SpeedOfLight)" -f -o output <process_to_profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment