1
1

enable event processing for oob w/ non-thread build

This commit was SVN r3810.
Этот коммит содержится в:
Tim Woodall 2004-12-14 16:34:10 +00:00
родитель 7abc1f0f3d
Коммит 572df54b2a

Просмотреть файл

@ -351,7 +351,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided)
} }
#if OMPI_HAVE_THREADS == 0 #if OMPI_HAVE_THREADS == 0
ompi_progress_events(0); ompi_progress_events(OMPI_EVLOOP_NONBLOCK);
#endif #endif
/* Wait for everyone to initialize */ /* Wait for everyone to initialize */