diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2011-02-09 21:07:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2011-02-09 21:07:16 (GMT) |
commit | bfbb9a71331328a4a46e96da6650ce80dbb3363a (patch) | |
tree | 35cca234cccab29dc54908e41f39667550b4ff9b | |
parent | eedb56bf5216d9fee23b9eaf2a385569096f383a (diff) | |
download | hdf5-bfbb9a71331328a4a46e96da6650ce80dbb3363a.zip hdf5-bfbb9a71331328a4a46e96da6650ce80dbb3363a.tar.gz hdf5-bfbb9a71331328a4a46e96da6650ce80dbb3363a.tar.bz2 |
[svn-r20075] Updated for the adding of mpicc/mpif90 as default parallel compiler commands
for linux systems.
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 90dcbb4..2452d28 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,9 @@ New Features Configuration ------------- + - Added mpicc and mpif90 as the default C and Fortran compilers for Linux + systems when --enable-parallel is specified but no $CC or $FC is defined. + (AKC - 2011/2/7) - Added a new configure option, "--enable-unsupported", which can be used to stop configure from preventing the use of unsupported configure option combinations, such as c++ in parallel or fortran |