summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/aix
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 09:57:18 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 09:57:18 +0000
commit429a72a81d02f1fc343c570fbd41a02d50c6fbff (patch)
treee8eea03818f65eff0d231ba75406074ef9763c9b /lib/make/known-architectures/aix
parentfd0c92f043dd1b06fa69979b52aa48b346f098aa (diff)
Renamed shell variables describing the system's native MPI implementation
into NATIVE_MPI_XXX. If a system doesn't have a native MPI it just doesn't set it here. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1513 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/aix')
-rw-r--r--lib/make/known-architectures/aix8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/make/known-architectures/aix b/lib/make/known-architectures/aix
index 279a610e..8eeabc49 100644
--- a/lib/make/known-architectures/aix
+++ b/lib/make/known-architectures/aix
@@ -29,11 +29,9 @@ else
# MPI stuff
if test -n "$MPI" ; then
- if test "$MPI" = "NATIVE" ; then
- MPI_LIBS="mpi"
- MPI_LIB_DIRS="/usr/lpp/ppe.poe/lib"
- MPI_INC_DIRS="/usr/lpp/ppe.poe/include"
- fi
+ NATIVE_MPI_LIBS="mpi"
+ NATIVE_MPI_LIB_DIRS="/usr/lpp/ppe.poe/lib"
+ NATIVE_MPI_INC_DIRS="/usr/lpp/ppe.poe/include"
fi
fi