Skip to content

Commit 37e6bbb

Browse files
committed
Ensure that grequestx continuously make progress
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 73c5fe8 commit 37e6bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/request/grequestx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static int grequestx_progress(void) {
5050
}
5151
OPAL_THREAD_LOCK(&lock);
5252
}
53+
in_progress = false;
5354
}
5455
OPAL_THREAD_UNLOCK(&lock);
5556

0 commit comments

Comments
 (0)