-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
known issue: cuda hooks / pami #78
Labels
Comments
This was referenced Dec 6, 2019
benson31
added a commit
to benson31/lbann
that referenced
this issue
Jul 12, 2021
benson31
added a commit
to LBANN/lbann
that referenced
this issue
Jul 12, 2021
szaman19
pushed a commit
to szaman19/lbann
that referenced
this issue
Jul 23, 2021
tnat410
pushed a commit
to tnat410/lbann
that referenced
this issue
Aug 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running simple gpu codes with jsrun that do not also have MPI support, sometimes one might run into a warning such as:
CUDA Hook Library: Failed to find symbol mem_find_dreg_entries, ./a.out: undefined symbol: __PAMI_Invalidate_region
This can be solved in a few ways:
jsrun -E LD_PRELOAD=/opt/ibm/spectrum_mpi/lib/pami_451/libpami.so ...
jsrun --smpiargs="off" ...
jsrun --smpiargs="-disable_gpu_hooks ...
Some more discussion can be found at kokkos/kokkos#1985; reports there say it has been reported to IBM.
The text was updated successfully, but these errors were encountered: