We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688571f commit 8249d41Copy full SHA for 8249d41
ompi/mpiext/continue/c/continuation.c
@@ -863,7 +863,7 @@ int ompi_continue_attach(
863
last_num_active = OPAL_THREAD_ADD_FETCH32(&cont->cont_num_active, -num_complete);
864
}
865
if (0 == last_num_active) {
866
- if (cont_req->cont_enqueue_complete) {
+ if (cont_req->cont_enqueue_complete || OMPI_REQUEST_INACTIVE == cont_req->super.req_state) {
867
/* enqueue for later processing */
868
ompi_continue_enqueue_runnable(cont);
869
} else {
0 commit comments