aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_Comm.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-07-06 17:41:27 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-07-06 17:41:27 +0000
commitb03b3f8955ab2436e8df1dd5da79573c5beeed9f (patch)
treeabe47f8f79b0fba15fe0e0c1dd6657e56192625c /src/pugh_Comm.h
parent1ec9f7182a8f82535e52fcaaa26c6d2ff644583a (diff)
Provide new overload function for CCTK_SyncGroupsByDirI().
Do not overload CCTK_SyncGroup() anymore by default. This patch requires the most recent changes in the flesh API to provide the new overloadable function CCTK_SyncGroupsByDirI(), as discussed in thread http://www.cactuscode.org/old/pipermail/developers/2006-June/004933.html. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@482 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/pugh_Comm.h')
-rw-r--r--src/pugh_Comm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pugh_Comm.h b/src/pugh_Comm.h
index 0c02e43..c6c4a9a 100644
--- a/src/pugh_Comm.h
+++ b/src/pugh_Comm.h
@@ -18,6 +18,10 @@ extern "C"
int PUGH_Barrier (const cGH *GH);
int PUGH_SyncGroup (const cGH *GH, const char *group);
+int PUGH_SyncGroupsByDirI (const cGH *GH,
+ int num_groups,
+ const int *groups,
+ const int *directions);
int PUGH_EnableGroupStorage (const cGH *GH, const char *group);
int PUGH_DisableGroupStorage (const cGH *GH, const char *group);