1
1

return from event loop if lib not initializedd

This commit was SVN r1646.
Этот коммит содержится в:
Tim Woodall 2004-07-12 22:28:47 +00:00
родитель 89c14199d0
Коммит 963c4ef692

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

@ -319,6 +319,9 @@ ompi_event_loop(int flags)
struct timeval tv;
int res, done;
if (ompi_event_inited == false)
return(-1);
if(ompi_using_threads()) {
OMPI_THREAD_LOCK(&ompi_event_lock);
}