aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.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/pugh.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/pugh.h')
-rw-r--r--src/include/pugh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 489ebe5..937ad36 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -31,7 +31,7 @@
#define ERROR_STOP(xerrcode) cshutdown(xerrcode);
#define ERROR_ABORT(xerrcode) cabort(xerrcode);
-#ifdef MPI
+#ifdef CCTK_MPI
#include "mpi.h"
#endif
@@ -70,7 +70,7 @@
#include "pGV.h"
#include "pGH.h"
-#ifdef MPI
+#ifdef CCTK_MPI
#define CACTUS_MPI_ERROR(xf) do {int errcode; \
if((errcode = xf) != MPI_SUCCESS) \