From eccec94aec004d59dad2a4a10515b5c22298b07c Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 11 Aug 2009 15:13:07 -0500 Subject: [svn-r17328] Added the recognization of PathScale compilers. Also added the known problem of PathScale MPI failure when accessing a Panasas file system. --- release_docs/RELEASE.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v0.12