aboutsummaryrefslogtreecommitdiff
path: root/src/PostSendGA.c
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-04 10:03:24 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-04 10:03:24 +0000
commit6de8ea13e624d817499509338d09248c73342181 (patch)
treef763ecf27dd0f92ebe5d4e90d87b768a391b4f86 /src/PostSendGA.c
parent3d5d36496a7f8df6d1b28c823cc739faa9c9e3fd (diff)
Use CCTK_MPI instead of MPI
Reconfigure after you update git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@193 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/PostSendGA.c')
-rw-r--r--src/PostSendGA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PostSendGA.c b/src/PostSendGA.c
index 132546d..80e179c 100644
--- a/src/PostSendGA.c
+++ b/src/PostSendGA.c
@@ -52,7 +52,7 @@ void PostSendGA3(pGH *GH, pGA *GA, int dir);
void PostSendGA(pGH *GH, pGA *GA, int dir)
{
-#ifdef MPI
+#ifdef CCTK_MPI
int stag, dircomp;
double ts, tw, tp;
MPI_Datatype mpi_type;