From 92e40cb20a9536931fb48440eb68c0ed13971691 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 2 Jul 2009 20:16:45 +0000 Subject: [PATCH] Enable the coll sync component to barrier before each 1000th collective. This commit was SVN r21594. --- ompi/mca/coll/sync/coll_sync_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/coll/sync/coll_sync_component.c b/ompi/mca/coll/sync/coll_sync_component.c index 0cc1143fb0..c3412596fe 100644 --- a/ompi/mca/coll/sync/coll_sync_component.c +++ b/ompi/mca/coll/sync/coll_sync_component.c @@ -78,7 +78,7 @@ mca_coll_sync_component_t mca_coll_sync_component = { 50, /* Do a sync *before* each Nth collective */ - 0, + 1000, /* Do a sync *after* each Nth collective */ 0,