aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverGH.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-04 09:58:45 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-04 09:58:45 +0000
commit0bf6523b784d4d55c3336c99128ae5b7348438aa (patch)
tree5f0376104f12163e2e92a5e5f28e9de8128020c7 /src/RecoverGH.c
parent52c82a9aefc0c96ba9d8bde98e159fc4707ed055 (diff)
Changing MPI to CCTK_MPI
This means you have to reconfigure before you next compile git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@100 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/RecoverGH.c')
-rw-r--r--src/RecoverGH.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index fcb9641..29e532f 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -85,7 +85,7 @@ int IOFlexIO_RecoverGH (cGH *GH, const char *basename, int called_from)
pGH *pughGH;
ioGH *ioUtilGH;
flexioGH *myGH;
-#ifdef MPI
+#ifdef CCTK_MPI
CCTK_INT info [3];
#endif
extern int CCTK_SetMainLoopIndex (int main_loop_index);
@@ -212,7 +212,7 @@ int IOFlexIO_RecoverGH (cGH *GH, const char *basename, int called_from)
}
}
-#ifdef MPI
+#ifdef CCTK_MPI
/* Broadcast chunking mode to all processors from processor zero */
info [0] = is_IEEEIO_file;
info [1] = file_unchunked;