summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultShutdown.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-01 20:43:59 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-01 20:43:59 +0000
commitd5dfc1ffaf817563e6cc03d6514694bd7cec1518 (patch)
treed0d1e09eb8c4e422e705666b777ad8d7443618ca /src/main/CactusDefaultShutdown.c
parent8689d256fb37d7d4439c43097ea862ec921be487 (diff)
#ifdef MPI -> #ifdef CCTK_MPI
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1795 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultShutdown.c')
-rw-r--r--src/main/CactusDefaultShutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/CactusDefaultShutdown.c b/src/main/CactusDefaultShutdown.c
index f86be197..8749d68f 100644
--- a/src/main/CactusDefaultShutdown.c
+++ b/src/main/CactusDefaultShutdown.c
@@ -81,7 +81,7 @@ int CactusDefaultShutdown(tFleshConfig *config)
CCTK_Traverse(config->GH[conv_level], "CCTK_SHUTDOWN");
}
-#ifdef MPI
+#ifdef CCTK_MPI
if(MPI_Active)
{
CACTUS_MPI_ERROR(MPI_Finalize());