From ac49f5b8829e81d146d9fb0d6587b016f6f0af5d Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 18 Jan 2002 00:04:05 +0000 Subject: For MPI config: use mpCC_r as the linker if xlc_r/xlC_r are used as compilers. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2584 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/aix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'lib/make/known-architectures/aix') diff --git a/lib/make/known-architectures/aix b/lib/make/known-architectures/aix index af9ddc47..ec3291c8 100644 --- a/lib/make/known-architectures/aix +++ b/lib/make/known-architectures/aix @@ -82,9 +82,12 @@ else NATIVE_MPI_INC_DIRS="/usr/lpp/ppe.poe/include" if test "$MPI" = "NATIVE" ; then case "$CC:$CXX" in - "xlc:xlC"|"cc:xlC"|"xlc_r:xlC_r") + "xlc:xlC"|"cc:xlC") LD=mpCC ;; + "xlc_r:xlC_r") + LD=mpCC_r + ;; *) echo "NATIVE MPI requires xlc and xlC" echo "Please reconfigure with these compilers" @@ -95,10 +98,3 @@ else fi fi - - - - - - - -- cgit v1.2.3