From ed059df0500a1a396b6dcc33d4c033cf593be76c Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 28 Mar 2005 21:03:24 +0000 Subject: [PATCH] Reenable sched_yield by default. This commit was SVN r5076. --- src/runtime/ompi_progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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