You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPI_Info_dup: allocate info through ompi_info_allocate instead of OBJ_NEW
The call to ompi_info_allocate ensures that the ompi instance is properly
retained (similar to MPI_Info_create). The instance is then released in
MPI_Info_free.
Thanks to Lisandro Dalcin for reporting and providing an easy reproducer.
Signed-off-by: Joseph Schuchart <[email protected]>
0 commit comments