diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-06-24 14:59:11 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-06-24 14:59:11 (GMT) |
commit | 351b8a7b7c0550755827c2a71be13d90ee2e0363 (patch) | |
tree | b14cc0165b5e5a6d99692903822df1bf1a63571a /release_docs | |
parent | 9d8d2090e6c54bead94a05d050ff4f8d2552971f (diff) | |
download | hdf5-351b8a7b7c0550755827c2a71be13d90ee2e0363.zip hdf5-351b8a7b7c0550755827c2a71be13d90ee2e0363.tar.gz hdf5-351b8a7b7c0550755827c2a71be13d90ee2e0363.tar.bz2 |
[svn-r10982] Purpose: Update document.
Description: First, report a bug fix(#214) of family driver. Second
document PGI compiler bug for optimization on AMD processor.
Misc. update: First, report a bug fix(#214) of family driver. Second
document PGI compiler bug for optimization on AMD processor.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 127517a..5e3b90b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -296,6 +296,10 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - The library didn't save the information of family driver in file. + The original file member size was lost after file was closed (see + bug #214). This has been fixed by saving driver name and member + file size in the superblock. SLU - 2005/6/24 - Fixed bug with hyperslab selections that use selection offsets and operate on chunked datasets going into infinite loop or dumping core. QAK - 2005/06/17 @@ -717,6 +721,10 @@ Linux 2.4 IA64 Intel y n y n y y y Known Problems ============== +* For the version 6(6.02 and 6.04) of Portland Group compiler on AMD Opteron + processor, there's a bug in the compiler for optimization(-O2). The library + failed in several tests but all related to multi driver. The problem has + been reported to the vendor. * On windows XP, Fortran DLLs are not working with DEC Fortran 6.6c and Intel 8.1. * On IBM AIX systems, parallel HDF5 mode will fail some tests with error |