summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/aix
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-08-30 18:13:12 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-08-30 18:13:12 +0000
commita96a9fad7ee09dfa2277691cd68bcb2633b36e2b (patch)
treeb715f6574c94e2a6b987dc0733018165aabf0e11 /lib/make/known-architectures/aix
parent4675f05afac08d375625d8bbfc4ca60111d8ad13 (diff)
Added mpi, but the executable doesn't run at the moment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@861 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/aix')
-rw-r--r--lib/make/known-architectures/aix12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/make/known-architectures/aix b/lib/make/known-architectures/aix
index 93e41a48..3fb90b2e 100644
--- a/lib/make/known-architectures/aix
+++ b/lib/make/known-architectures/aix
@@ -18,3 +18,15 @@
: ${F77_DEPEND_OUT=' > /dev/null ; mv $(basename $(@)).u $@'}
: ${LIBS="xlf90"}
+
+
+# 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
+fi
+