From 1dbfb0a4db1325a21bf92f6ae0d93b8db74430e3 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 17 Apr 2002 13:21:13 +0000 Subject: Making sync switch on comm for GA group. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@376 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- src/Comm.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Comm.c') diff --git a/src/Comm.c b/src/Comm.c index db01a5a..76018fd 100644 --- a/src/Comm.c +++ b/src/Comm.c @@ -345,6 +345,13 @@ int PUGH_SyncGArrayGroup(pGH *pughGH, int first_var) fflush(stdout); #endif + /* Automatically enable communication for this group. */ + + PUGH_EnableGArrayGroupComm(pughGH, + first_var, + PUGH_ALLCOMM); + + return (PUGH_Sync(pughGH, firstGA->groupcomm)); } -- cgit v1.2.3