aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-10 10:04:43 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-10 10:04:43 +0000
commit60bb134582fe23db1e1ac1e5c3309f2ad63479a2 (patch)
tree7035c3fdf4feb96f66f2be774245fa2178e0ec87 /src/include/pGH.h
parent3b4b491b43144baafbadea456a36281fa30dcaca (diff)
The pGH now contains its caller GH.
Added back the DestroyPG? routines, which are now needed by BAM git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@55 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index f7d91a5..ad03598 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -34,6 +34,9 @@ typedef struct PGH {
MPI_Comm PUGH_COMM_WORLD; /* A MPIcommunicator */
#endif
+ /* pGH identifier */
+ void * callerid;
+
/* Size of the processor group */
int nprocs; /* Number of processors */
int myproc; /* My processor */