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_Testall: trigger progress if encountering an incomplete request and short-circuit
While iterating over the list of requests, the first incomplete request
should trigger the progress engine. Subsequent incomplete encounters
of incomplete requests allow us to short-circuit the iteration
and return early.
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
(cherry picked from commit 1926f33)
0 commit comments