From 0bf6523b784d4d55c3336c99128ae5b7348438aa Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 4 Apr 2000 09:58:45 +0000 Subject: 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 --- src/RecoverGH.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/RecoverGH.c') 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; -- cgit v1.2.3