diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-14 08:00:27 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-14 08:00:27 (GMT) |
commit | ba34b659b1a70ba8f891ee641f3db67f14e0e5a4 (patch) | |
tree | 4445c9a92efa13f2178f7edb9dee4ab995e2632d /release_docs | |
parent | 31d70fb3841c928c96b2118eccfd6c92b3753844 (diff) | |
download | hdf5-ba34b659b1a70ba8f891ee641f3db67f14e0e5a4.zip hdf5-ba34b659b1a70ba8f891ee641f3db67f14e0e5a4.tar.gz hdf5-ba34b659b1a70ba8f891ee641f3db67f14e0e5a4.tar.bz2 |
[svn-r11413] Purpose:
updated that the long standing test/dsets failure in Tflops is fixed.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 90cb8a4..a94c42b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -119,6 +119,10 @@ Bug Fixes since HDF5-1.6.4 release Library ------- + - The ./dsets tests used to fail in the TFLOPS machine if the + test program, dsets.c, was compiled with the -O option. + The hdf5 library still worked correctly with the -O option. Only + the ./dsets failed. It is fixed. AKC - 2005/09/14 - Corrected errors when performing various operations on a group opened by dereferencing an object reference. QAK - 2005/07/30 - Fixed a bug with named datatypes where a copy of a named datatype @@ -459,12 +463,6 @@ Known Problems * The Stream VFD was not tested yet under Windows. It is not supported in the TFLOPS machine. -* The ./dsets tests failed in the TFLOPS machine if the test program, - dsets.c, is compiled with the -O option. The hdf5 library still works - correctly with the -O option. The test program works fine if it is - compiled with -O1 or -O0. Only -O (same as -O2) causes the test - program to fail. - * Certain platforms give false negatives when testing h5ls: - Cray T90IEEE give errors during testing when displaying some floating-point values. These are benign differences due to |