1
1

Oops -- put back Tim's workaround.

This commit was SVN r3787.
Этот коммит содержится в:
Jeff Squyres 2004-12-12 15:31:11 +00:00
родитель ac5f313af8
Коммит 8d82071f3b

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

@ -26,7 +26,7 @@ int ompi_progress_pending_io_reqs = false;
void ompi_progress_events(int flag)
{
#if 1
#if 0
if(flag != 0 || ompi_progress_event_flag == OMPI_EVLOOP_ONCE) {
ompi_progress_event_flag = flag;
}