From 572df54b2a19c7c7c0c7b21c1c3ede8077f6c223 Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Tue, 14 Dec 2004 16:34:10 +0000 Subject: [PATCH] enable event processing for oob w/ non-thread build This commit was SVN r3810. --- src/mpi/runtime/ompi_mpi_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpi/runtime/ompi_mpi_init.c b/src/mpi/runtime/ompi_mpi_init.c index cf5c0e4aa6..fde266eabd 100644 --- a/src/mpi/runtime/ompi_mpi_init.c +++ b/src/mpi/runtime/ompi_mpi_init.c @@ -351,7 +351,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided) } #if OMPI_HAVE_THREADS == 0 - ompi_progress_events(0); + ompi_progress_events(OMPI_EVLOOP_NONBLOCK); #endif /* Wait for everyone to initialize */