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
{{ message }}
This repository was archived by the owner on Sep 30, 2022. It is now read-only.
Somehow, the logic for finalize got lost, so restore it here. If pmix.fence_nb is available, then call it and cycle opal_progress until complete. If pmix.fence_nb is not available, then do an MPI_Barrier and call pmix.fence.
Needs to go over to 2.x
(cherry picked from commit open-mpi/ompi@7373111)
ompi_mpi_finalize: add/update comments
This is a follow-on to open-mpi/ompi@7373111: add some comments
explaining why the code is the way it is. Also update a previous
comment.
Also, call the back-end barrier directly; do not invoke
MPI_Barrier() (we don't invoke the MPI API from anywhere in OMPI --
except ROMIO, because that's an external package -- so that we don't
accidentally trip PMPI-based tools).
Signed-off-by: Jeff Squyres <[email protected]>
(cherry picked from commit open-mpi/ompi@8ab88f2)
0 commit comments