Skip to content

Instantly share code, notes, and snippets.

@jglaser
Created May 26, 2020 15:57
Show Gist options
  • Save jglaser/7df7f26fc44e05826918ae268038711d to your computer and use it in GitHub Desktop.
Save jglaser/7df7f26fc44e05826918ae268038711d to your computer and use it in GitHub Desktop.
Run nsight-systems on summit
module load nsight-systems
jsrun -n30 -g 3 --smpiargs="-disable_gpu_hooks" nsys profile -c cudaProfilerApi -o profile_3.%q{OMPI_COMM_WORLD_RANK} -f true python profile_mpi.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment