diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-08-11 20:13:07 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-08-11 20:13:07 (GMT) |
commit | eccec94aec004d59dad2a4a10515b5c22298b07c (patch) | |
tree | c273350f09ad0dda74f63a07aac75934832e76fa /release_docs | |
parent | 18b4e80764418754747c778cfc634228833ec4ff (diff) | |
download | hdf5-eccec94aec004d59dad2a4a10515b5c22298b07c.zip hdf5-eccec94aec004d59dad2a4a10515b5c22298b07c.tar.gz hdf5-eccec94aec004d59dad2a4a10515b5c22298b07c.tar.bz2 |
[svn-r17328] Added the recognization of PathScale compilers. Also added the known
problem of PathScale MPI failure when accessing a Panasas file system.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 435f962..1c39508 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -163,6 +163,8 @@ New Features Support for new platforms, languages and compilers. ======================================= + - PathScale compilers are recognized and can build the HDF5 library + properly. AKC - 2009/7/28 - Bug Fixes since HDF5-1.8.0 release ================================== @@ -287,6 +289,8 @@ Bug Fixes since HDF5-1.8.0 release Configuration ------------- + - The PathScale compiler (v3.2) was mistaken as gcc v4.2.0 but it fails to + recognize some gcc options. Fixed. (see bug 1301). AKC - 2009/7/28 - - The --enable-static-exec flag has been fixed and will now generate static executables within the installed bin directory when used. MAM - 2009/07/23 - BZ #1583 @@ -548,6 +552,11 @@ SuSe Linux 2.6.5 Known Problems ============== +* The PathScale MPI implementation, accessing a Panasas file system, would + cause H5Fcreate() with H5F_ACC_EXCL to fail even when the file is not + existing. This is due to the MPI_File_open() call failing if the amode has + the MPI_MODE_EXCL bit set. (See bug 1468 for details.) AKC - 2009/8/11 + * Parallel tests failed with 16 processes with data inconsistency at testphdf5 / dataset_readAll. Parallel tests also failed with 32 and 64 processes with collective abort of all ranks at t_posix_compliant / allwrite_allread_blocks |