aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-28 14:46:17 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-28 14:46:17 +0000
commitda1336fd54a0683c9e0bffd309d2df44ea753afe (patch)
treea55fe08b65a3348a8dec04f49413967fa18b6378 /src/include/pugh.h
parentdc358f1b9e33122f4bf9589b671bfbec14356846 (diff)
Added new internal pugh function for providing the processor topology for GFs of
a given dimension. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@356 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pugh.h')
-rw-r--r--src/include/pugh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 09deef2..c656652 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -159,6 +159,8 @@ int PUGH_nProcs(cGH *GH);
int PUGH_Exit(cGH *GH, int retval);
+int *PUGH_Topology(cGH *GH, int dim);
+
#ifdef CCTK_MPI
MPI_Datatype PUGH_MPIDataType (pGH *pughGH, int cctk_type);
#endif