aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-05-10 17:11:07 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-05-10 17:11:07 +0000
commit643e8338f91dc02e234a927bc5936176a2fd1e87 (patch)
treed7ff85bdf8f2d3d75c9ca403b7b54c57bb95bfc6 /src/include
parentc5e5d36cbc2161dde3c99b51efdf44d3bb1c4efc (diff)
Compiler warnings
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@325 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pugh.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 63278f6..17be0da 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -129,6 +129,18 @@ int PUGH_GetBounds(int dim,
int *nprocs,
int *nsize);
+int PUGH_Terminate (cGH *GH);
+
+int PUGH_ParallelInit(cGH *GH);
+
+int PUGH_Abort(cGH *GH, int retval);
+
+int PUGH_MyProc(cGH *GH);
+
+int PUGH_nProcs(cGH *GH);
+
+int PUGH_Exit(cGH *GH, int retval);
+
#ifdef CCTK_MPI
MPI_Datatype PUGH_MPIDataType (pGH *pughGH, int cctk_type);
#endif