diff options
-rw-r--r-- | release_docs/RELEASE.txt | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6c90bff..ad8540b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -94,7 +94,8 @@ Bug Fixes since HDF5-1.8.6 Configuration ------------- - - None + - The default number of MPI processes for testing purpose is changed from + 3 to 6. (AKC - 2010/10/28) Library ------- @@ -141,17 +142,15 @@ The following platforms and compilers have been tested for this release. AIX 5.3 xlc 7.0.0.9, 8.0.0.20, 9.0.0.4 (LLNL Up) xlC 7.0.0.9, 8.0.0.20, 9.0.0.4 - xlf 9.1.0.9, 10.1.0.9, 11.1.0.7 + xlf 9.1.0.8, 10.1.0.9, 11.1.0.7 mpcc_r 7.0.0.9 - mpxlf_r 09.01.0000.0008 - - AIX 6.1 xlc 10.1.0.6 - (NCSA BP) xlC 10.1.0.6 - xlf 12.1.0.7 + mpxlf_r 9.1.0.8 - Cray XT3 (2.1.56) cc (pgcc) 10.0-0 - (SNL red storm) ftn (pgf90) 10.0-0 - CC (pgCC) 10.0-0 + AIX 6.1 xlc 11.1.0.3 + (NCSA BP) xlC 11.1.0.3 + xlf 13.1.0.3 + mpcc_r 11.1.0.3 + mpxlf_r 13.1.0.3 FreeBSD 6.3-STABLE i386 gcc 3.4.6 [FreeBSD] 20060305 (duty) g++ 3.4.6 [FreeBSD] 20060305 @@ -218,10 +217,6 @@ The following platforms and compilers have been tested for this release. MVAPICH2-0.9.8p28p2patched-intel-ofed-1.2 compiled with icc v10.0.026 and ifort 10.0.026 - Linux 2.6.18-76chaos #1 SMP Intel(R) C, C++, Fortran Compilers for - SMP x86_64 GNU/Linux applications running on Intel(R) 64, - (SNL Glory) Versions 11.1. - Windows XP Visual Studio 2008 w/ Intel Fortran 10.1 (project files) Visual Studio 2008 w/ Intel Fortran 11.1 (cmake) Visual Studio 2010 (cmake) @@ -285,7 +280,6 @@ SuSe Linux 2.6.16 x86_64 PGI W n y n y y y SuSe Linux 2.6.16 SGI Altix ia64 C y y y y y y RedHat EL4 2.6.18 Xeon Lustre C y y y y y n SuSe Linux 2.4.21 ia64 Intel C y y y y y n -Cray XT3 2.1.56 y y y y y n Platform Shared Shared Shared Thread- C libs F90 libs C++ libs safe @@ -309,7 +303,6 @@ SuSe Linux 2.6.16 x86_64 PGI W y y y n SuSe Linux 2.6.16 SGI Altix ia64 C y n RedHat EL4 2.6.18 Xeon Lustre C y y y n SuSe Linux 2.4.21 ia64 Intel C y y y n -Cray XT3 2.1.56 n n n n (1) Fortran compiled with g95. (2) With PGI and Absoft compilers. @@ -321,6 +314,11 @@ Cray XT3 2.1.56 n n n n Known Problems ============== +* The AIX --enable-shared does not quite work. It can produce shared library + but there cannot be more than one shared libraries that interlinking with + each other. That means only C-API without High-level can work. Not very + usefule. We hope to have a solution in the next release. (AKC - 2010/10/15) + * The library's test dt_arith.c showed a compiler's rounding problem on Cygwin when converting from unsigned long long to long double. The library's own conversion works fine. We defined a macro for Cygwin to |