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
osc/rdma: Fix race in attachment/location related to MPI_Win_attach().
There are cases where proc A will try to look for a region from proc B.
However, B has not finished attaching its region, resulting in A giving
up too soon and returning with OMPI_ERR_RMA_RANGE. This patch adds a reasonable
retry for A to find this region to prevent this.
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
0 commit comments