aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-04-17 13:21:13 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-04-17 13:21:13 +0000
commit1dbfb0a4db1325a21bf92f6ae0d93b8db74430e3 (patch)
tree2a8f4aec7fd8388c4efeec95ef3bc2db29abc03c
parent1e49bf834044cdb29fd064b93ac8035319d6d1c4 (diff)
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
-rw-r--r--src/Comm.c7
1 files changed, 7 insertions, 0 deletions
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));
}