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
coll/han/alltoallv: correct loop condition on empty sends
This change makes the loop condition more straightforward, and
corrects a logic error that was previously seen when a rank had 0
bytes to receive.
With the new logic the first pass through the receive-positing section
will walk through all datatypes, and never post a recv buffer. Sender
logic remains unchanged.
0 commit comments