Skip to content

Commit 6093e38

Browse files
devrealawlauria
authored andcommitted
MPI_Testsome: don't check request for failed state if found complete
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu> (cherry picked from commit 7bc5848)
1 parent cd41c37 commit 6093e38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/request/req_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ int ompi_request_default_test_some(
328328
}
329329
if( REQUEST_COMPLETE(request) ) {
330330
indices[num_requests_done++] = i;
331+
continue;
331332
}
332333
#if OPAL_ENABLE_FT_MPI
333334
/* Check for dead requests due to process failure */

0 commit comments

Comments
 (0)