aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-04 10:05:39 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-04 10:05:39 +0000
commit4f0051cd637249edd48ae3887d37db96e7f80681 (patch)
tree05451da98a4834e7fb59cca0e1bc1fa99d4dbd23 /src/include/pGH.h
parent6de8ea13e624d817499509338d09248c73342181 (diff)
Use CCTK_MPI rather than MPI
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@194 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 5bc3b5d..b93e63b 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -13,7 +13,7 @@
typedef struct PGH
{
-#ifdef MPI
+#ifdef CCTK_MPI
MPI_Comm PUGH_COMM_WORLD; /* A MPIcommunicator */
#endif
@@ -58,7 +58,7 @@ typedef struct PGH
/* FIXME */
double comm_time; /* time spent in communication */
-#ifdef MPI
+#ifdef CCTK_MPI
/* the complex datatype defined in SetupPGH.c */
MPI_Datatype pugh_mpi_complex;
/* Derived data types for communication */