summaryrefslogtreecommitdiff
path: root/lib/make/extras/MPI
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 09:47:21 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 09:47:21 +0000
commit5b9e2bcb4c2d3f9e80ce4864e2a03bc9aeec6c96 (patch)
treedb2e57fb0d3d3fe68ded0bfde907ec7f04f383f2 /lib/make/extras/MPI
parentff078f26a5f5f8691541f2e1d25502c4455f6fd7 (diff)
Changed
#define MPI to #define CCTK_MPI CCTK_MPI #define MPI MPI (this one will be removed in beta 8) Now external packages which the flesh knows about will be defined with a CCTK_, to indicate this, but this won't be made fully consistent until the beta8 when there will be improvements to how the external packages are treated. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1511 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/extras/MPI')
-rwxr-xr-xlib/make/extras/MPI/setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/make/extras/MPI/setup.sh b/lib/make/extras/MPI/setup.sh
index decf07df..efe47239 100755
--- a/lib/make/extras/MPI/setup.sh
+++ b/lib/make/extras/MPI/setup.sh
@@ -13,7 +13,8 @@ if test -n "$MPI" ; then
echo "Configuring with MPI"
-CCTK_WriteLine cctk_Extradefs.h "#define MPI"
+CCTK_WriteLine cctk_Extradefs.h "#define CCTK_MPI CCTK_MPI"
+CCTK_WriteLine cctk_Extradefs.h "#define MPI MPI"
# Work out which variation of MPI is installed