aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGV.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/pGV.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/pGV.h')
-rw-r--r--src/include/pGV.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pGV.h b/src/include/pGV.h
index a69f10d..841ecb0 100644
--- a/src/include/pGV.h
+++ b/src/include/pGV.h
@@ -92,7 +92,7 @@ typedef struct PGA
int varsize; /* The size of the data */
int vtype; /* The type of the data */
-#ifdef MPI
+#ifdef CCTK_MPI
MPI_Request *sreq, *rreq; /* Comm requests and statuses. */
MPI_Status ms;
#endif