diff --git a/systems/summit_user_guide.rst b/systems/summit_user_guide.rst index 1aba08ac..b05a70f0 100644 --- a/systems/summit_user_guide.rst +++ b/systems/summit_user_guide.rst @@ -3089,11 +3089,46 @@ please see the `Vampir Software Page + Framework: pml + -------------------------------------------------------------------------- + PML pami cannot be selected + +This is due to an incompatibility in the 2019.x versions of Nsight Compute with +Spectrum MPI. As a workaround, you can disable CUDA hooks in Spectrum MPI using + +:: + + jsrun -n 1 -a 1 -g 1 --smpiargs="-disable_gpu_hooks" nv-nsight-cu-cli ./a.out + +Unfortunately, this is incompatible with using CUDA-aware MPI in your application. + +This will be resolved in a future release of CUDA. + CUDA hook error when program uses CUDA without first calling MPI_Init() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^