summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release_docs/RELEASE.txt38
1 files changed, 23 insertions, 15 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e7655fe..dddd16b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -118,6 +118,15 @@ Bug Fixes since HDF5-1.8.5
Configuration
-------------
+ - Another patch for AIX config file to have
+ RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA MP_PROCS=1
+ MP_TASKS_PER_NODE=1 poe"}
+ when --enable-parallel is requested. (AKC - 2010/10/7)
+ - Some tests in tools/h5repack may fail in AIX systems when -q32 mode is
+ used. The error is due to insufficient memory requested. A temporary
+ patch is applied to the AIX config file to have
+ RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"}
+ (AKC - 2010/8/25)
- 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/07/14 - Bug 1921)
@@ -157,6 +166,8 @@ Bug Fixes since HDF5-1.8.5
- Fixed many memory issues that valgrind exposed. (QAK - 2010/08/24)
- Fixed the bug in the filter's public CAN_APPLY function. The return
value should be htri_t not herr_t. (SLU - 2010/08/05 - Bug 1239)
+ - Fixed the STDIO VFD to use fseeko64 (instead of fseek64) for 64bits
+ I/O support. (AKC - 2010/7/30)
- Fixed a bug in the direct I/O driver that could render files with certain
kinds of unaligned data unreadable or corrupt them. (NAF - 2010/07/28)
- valgrind reported an error of copying data to itself when a new attribute
@@ -218,17 +229,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
+ mpxlf_r 9.1.0.8
- AIX 6.1 xlc 10.1.0.6
- (NCSA BP) xlC 10.1.0.6
- xlf 12.1.0.7
-
- 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
@@ -291,10 +300,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.1.017
- 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)
@@ -389,7 +394,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
@@ -412,7 +416,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.
@@ -430,6 +433,11 @@ Known Problems
string arrays in a compound type dataset. See bug #1989. This will be fixed
in the next release. JKM - 2010/11/05
+* 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)
+
* H5Eset_auto can cause a seg fault for a library API call if the application
compiles with -DH5_USE_16_API (see bug 1707). It will be fixed in the
next release. SLU - 2010/10/5