1
1

for now - always progress oob otherwise connect/accept/spawn are broken

This commit was SVN r3778.
Этот коммит содержится в:
Tim Woodall 2004-12-10 20:44:22 +00:00
родитель 082beac961
Коммит 8a496b63ee

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

@ -23,9 +23,11 @@ static int ompi_progress_event_flag = OMPI_EVLOOP_ONCE;
void ompi_progress_events(int flag)
{
#if 0
if(flag != 0 || ompi_progress_event_flag == OMPI_EVLOOP_ONCE) {
ompi_progress_event_flag = flag;
}
#endif
}
void ompi_progress(void)