summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/aix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/known-architectures/aix')
-rw-r--r--lib/make/known-architectures/aix8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/make/known-architectures/aix b/lib/make/known-architectures/aix
index 4441e88d..a64bc1f4 100644
--- a/lib/make/known-architectures/aix
+++ b/lib/make/known-architectures/aix
@@ -59,11 +59,12 @@ else
# MPI stuff
if test -n "$MPI" ; then
+ NATIVE_MPI_LIBS="mpi"
+ NATIVE_MPI_LIB_DIRS="/usr/lpp/ppe.poe/lib"
+ NATIVE_MPI_INC_DIRS="/usr/lpp/ppe.poe/include"
+ if test "$MPI" = "NATIVE" ; then
case "$CC:$CXX" in
"xlc:xlC"|"cc:xlC")
- NATIVE_MPI_LIBS="mpi"
- NATIVE_MPI_LIB_DIRS="/usr/lpp/ppe.poe/lib"
- NATIVE_MPI_INC_DIRS="/usr/lpp/ppe.poe/include"
LD=mpCC
;;
*)
@@ -72,6 +73,7 @@ else
exit 1
;;
esac
+ fi
fi
fi