diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2011-02-09 21:07:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2011-02-09 21:07:29 (GMT) |
commit | 6509e1056df4244b89311a643a6680d307172175 (patch) | |
tree | 64f239dd65250fb5bfee9a9b243a5be38c83a43a /release_docs | |
parent | 2fbca68293cc2fe4ba85ba7341ebc39a7ca97c5f (diff) | |
download | hdf5-6509e1056df4244b89311a643a6680d307172175.zip hdf5-6509e1056df4244b89311a643a6680d307172175.tar.gz hdf5-6509e1056df4244b89311a643a6680d307172175.tar.bz2 |
[svn-r20076] Updated for the adding of mpicc/mpif90 as default parallel compiler commands
for linux systems.
Diffstat (limited to 'release_docs')
-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 3f32a43..6678d3f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -39,6 +39,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 parallel |