diff --git a/src/runtime/ompi_progress.c b/src/runtime/ompi_progress.c index b9cf870e71..f002e7c18d 100644 --- a/src/runtime/ompi_progress.c +++ b/src/runtime/ompi_progress.c @@ -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