enable event processing for oob w/ non-thread build
This commit was SVN r3810.
Этот коммит содержится в:
родитель
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 */
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user