1
1

oops - should default to off for non-threaded build

This commit was SVN r3605.
Этот коммит содержится в:
Tim Woodall 2004-11-17 23:21:18 +00:00
родитель da76409962
Коммит f78fb7a029

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

@ -316,7 +316,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided)
goto error;
}
#if OMPI_HAVE_THREADS
#if OMPI_HAVE_THREADS == 0
ompi_progress_events(0);
#endif