From b7f5c17d8341a85cdf6e6708e4b078c1bb6683cf Mon Sep 17 00:00:00 2001 From: Joseph Schuchart Date: Wed, 18 Sep 2019 18:55:11 +0200 Subject: [PATCH] Ensure that grequestx continuously make progress Signed-off-by: Joseph Schuchart (cherry picked from commit 37e6bbb1e12a61b4a7ac90c411752a768fede67d) --- ompi/request/grequestx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/request/grequestx.c b/ompi/request/grequestx.c index acd688eacf..1cc069c243 100644 --- a/ompi/request/grequestx.c +++ b/ompi/request/grequestx.c @@ -50,6 +50,7 @@ static int grequestx_progress(void) { } OPAL_THREAD_LOCK(&lock); } + in_progress = false; } OPAL_THREAD_UNLOCK(&lock);