aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pugh.h')
-rw-r--r--src/include/pugh.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 222b2f6..16bdd70 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -178,6 +178,12 @@ const int *PUGH_Topology(const cGH *GH, int dim);
int PUGH_SetTopology (int dim, const int topology[]);
+extern int (*PUGH_GenerateTopology)(int dim,
+ int total_procs,
+ const int *nsize,
+ const int *nghostzones,
+ int *nprocs);
+
#ifdef CCTK_MPI
MPI_Datatype PUGH_MPIDataType (const pGH *pughGH, int cctk_type);
#endif