aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_Comm.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-08 12:55:14 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-08 12:55:14 +0000
commitf052f466a5b913c6c2f22fdbd1c6015c948ceaca (patch)
tree76c7d95f06ba9147b2acbad62d49618c06c8a0e9 /src/pugh_Comm.h
parenteb08e3c6551c68132028f0dba31989af17b9c8c8 (diff)
New names for Group function calls
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@74 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/pugh_Comm.h')
-rw-r--r--src/pugh_Comm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pugh_Comm.h b/src/pugh_Comm.h
index 6dddcae..be0a353 100644
--- a/src/pugh_Comm.h
+++ b/src/pugh_Comm.h
@@ -45,6 +45,9 @@ int pugh_ParallelInit(cGH *GH);
int pugh_Exit(cGH *GH);
int pugh_Abort(cGH *GH);
+int pugh_MyProc(cGH *GH);
+int pugh_nProcs(cGH *GH);
+
int *pugh_ArrayGroupSize(cGH *GH, int index, const char *groupname, int dir);
int pugh_QueryGroupStorage(cGH *GH, int group, const char *groupname);