OFI: MPIR_Barrier_impl should not be called from MPID_nem_ofi_finalize.
It uses nemesis shared memory which is already cleaned up at this stage.
However, w/o any synchronization a hang in the close protocol is possible
since rts/cts/data messages may be on the fly. This change fixes the issue.
Signed-off-by:
Charles J Archer <charles.j.archer@intel.com>
Please register or sign in to comment