From e2350d8887898851915edb4b0a3dce672e5f2943 Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Tue, 17 Aug 2004 16:08:50 +0000 Subject: [PATCH] change to non-blocking poll This commit was SVN r2184. --- src/runtime/ompi_progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/ompi_progress.c b/src/runtime/ompi_progress.c index f8ebb2121f..efd5337e45 100644 --- a/src/runtime/ompi_progress.c +++ b/src/runtime/ompi_progress.c @@ -5,7 +5,7 @@ void ompi_progress(void) { - ompi_event_loop(OMPI_EVLOOP_ONCE); + ompi_event_loop(OMPI_EVLOOP_NONBLOCK); mca_pml.pml_progress(); }