diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-07-14 17:07:50 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-07-14 17:07:50 (GMT) |
commit | aab23acc05664e1d0c066e5b6518535446a8eb89 (patch) | |
tree | de166de1cbf6486c05e07c61db2c92d8d0b69ac6 /release_docs/RELEASE.txt | |
parent | eea98ac8cb4743461def87f7d7d2a7d9587d5f8e (diff) | |
download | hdf5-aab23acc05664e1d0c066e5b6518535446a8eb89.zip hdf5-aab23acc05664e1d0c066e5b6518535446a8eb89.tar.gz hdf5-aab23acc05664e1d0c066e5b6518535446a8eb89.tar.bz2 |
[svn-r19070] Document update: ID 1921 change mpirun to mpiexec
Changed the use of mpirun to mpiexec which is the MPI-2 official standard.
INSTALL_parallel:
Also bring in previous update of Red Storm support.
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 7c6bd8f..6af47e9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -382,6 +382,9 @@ Bug Fixes since HDF5-1.8.0 release Configuration ------------- + - Removed recognition of the parallel compilers of LAM(hcc) and + ChMPIon(cmpicc) since we have no access to these two MPI implementations + and cannot verify their correctness. (AKC - 2010/7/14 - Bug 1921) - Removed the following config files, as we no longer support them: config/dec-osf*, config/hpux11.00, config/irix5.x, config/powerpc-ibm-aix4.x config/rs6000-ibm-aix5.x config/unicos* |