From 7da63ba3c2362f599302aaf5281166e57a0b3c40 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 28 Apr 2003 12:42:36 -0500 Subject: [svn-r6764] Purpose: Improvment Description: No default setting of fortran compiler when --enable-parallel is used. Solution: Changed it to use mpxlf_r as the default parallel fortran compiler. This is consistent with the default C compilers. Platforms tested: Did not h5committested because the changes were made offsite. Tested in LLNL SP BLUE, both serial and parallel modes. (There is a compiling error in src but the configure result are verified.) Misc. update: Update MANIFEST if you add or remove any file. Update release_docs/RELEASE for bug fixes, new features, etc. Update applicable document files too. --- fortran/config/powerpc-ibm-aix5.x | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fortran/config/powerpc-ibm-aix5.x b/fortran/config/powerpc-ibm-aix5.x index c2b17cf..b561cd4 100644 --- a/fortran/config/powerpc-ibm-aix5.x +++ b/fortran/config/powerpc-ibm-aix5.x @@ -89,7 +89,11 @@ SIZE_T='SELECTED_INT_KIND(R_INTEGER)' OBJECT_NAMELEN_DEFAULT_F=-1 if test "X-" = "X-$F9X"; then + if test "X-$enable_parallel" = "X-yes"; then + F9X=mpxlf_r + else F9X=xlf + fi fi if test "X-" = "X-$f9x_flags_set"; then -- cgit v0.12