1
1

Reenable sched_yield by default.

This commit was SVN r5076.
Этот коммит содержится в:
George Bosilca 2005-03-28 21:03:24 +00:00
родитель 66478adbf4
Коммит ed059df050

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

@ -118,7 +118,7 @@ void ompi_progress(void)
if(events == 0) {
#ifndef WIN32
/* TODO: Find the windows equivalent for this */
/*sched_yield();*/
sched_yield();
#endif
}
#endif