aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_Comm.h
diff options
context:
space:
mode:
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);