summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-04-28 17:42:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-04-28 17:42:36 (GMT)
commit7da63ba3c2362f599302aaf5281166e57a0b3c40 (patch)
treeac8c6fc021d0954a2569543d172aa0fa3e231113 /fortran
parent6b7a945a65e5488d52024056e04f9dadb63fc4d2 (diff)
downloadhdf5-7da63ba3c2362f599302aaf5281166e57a0b3c40.zip
hdf5-7da63ba3c2362f599302aaf5281166e57a0b3c40.tar.gz
hdf5-7da63ba3c2362f599302aaf5281166e57a0b3c40.tar.bz2
[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.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/powerpc-ibm-aix5.x4
1 files changed, 4 insertions, 0 deletions
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