diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-11-04 04:32:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-11-04 04:32:05 (GMT) |
commit | 2161f58f869d4e37a58006f7a8d8c9e06961df3b (patch) | |
tree | fbe23a57ba31a331a7efc96bf35f16db47963afd /release_docs | |
parent | d1e144339dd5d14b58e2af51596e7bf25cd52b53 (diff) | |
download | hdf5-2161f58f869d4e37a58006f7a8d8c9e06961df3b.zip hdf5-2161f58f869d4e37a58006f7a8d8c9e06961df3b.tar.gz hdf5-2161f58f869d4e37a58006f7a8d8c9e06961df3b.tar.bz2 |
[svn-r17817] Removed Zeus and ubgl entries since they were not tested any more.
Added AIX known problem of testcheck_version.sh failure.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e13dcde..b19d029 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -227,11 +227,6 @@ The following platforms and compilers have been tested for this release. SMP x86_64 GNU/Linux applications running on Intel(R) 64, (SNL Glory) Versions 10.1. - Linux 2.6.18-63chaos #1 SMP Intel(R) C, C++, Fortran Compilers for - SMP x86_64 GNU/Linux applications running on Intel(R) 64, - (LLNL Zeus) Versions 9.1. - gcc/gfortran/g++ (GCC) 4.1.2. - Windows XP Visual Studio .NET Visual Studio 2005 w/ Intel Fortran 9.1 Cygwin(native gcc compiler and g95) @@ -314,6 +309,10 @@ Cray XT3 2.0.41 n n n n Known Problems ============== +* Parallel mode in AIX will fail some of the testcheck_version.sh tests where + it treats "exit(134) the same as if process 0 had received an abort signal. + This is fixed and will be available in the next release. AKC - 2009/11/3 + * Some tests in tools/h5repack may fail in AIX systems when -q32 mode is used. The error is due to insufficient memory requested. Request a large amount of runtime memory by setting the following environment variable for more @@ -384,10 +383,6 @@ Known Problems use -mp -O1 compilation flags to build the libraries. A higher level of optimization causes failures in several HDF5 library tests. -* For LLNL, uP: both serial and parallel tests pass. - Zeus: Serial tests pass but parallel tests fail with a known problem in MPI. - ubgl: Serial tests pass but parallel tests fail. - * On mpich 1.2.5 and 1.2.6, if more than two processes contribute no IO and the application asks to do collective IO, we have found that when using 4 processors, a simple collective write will sometimes be hung. This can be |