diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-29 19:42:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-29 19:42:10 (GMT) |
commit | 820f4b6fc68cbe2b8233e19db211db790263243c (patch) | |
tree | 078d51dce91a8b12870af837bcc54f9e8ebb0963 /release_docs | |
parent | eee5b4c40fa2e419938d527e000d5ccc6f0f2f16 (diff) | |
download | hdf5-820f4b6fc68cbe2b8233e19db211db790263243c.zip hdf5-820f4b6fc68cbe2b8233e19db211db790263243c.tar.gz hdf5-820f4b6fc68cbe2b8233e19db211db790263243c.tar.bz2 |
[svn-r6043] Purpose:
Bug fix
Description:
I/O using "none" selections in parallel wasn't working correctly. Also,
add serial "none" selection test.
Platforms tested:
Tested h5committest {arabica (fortran), eirene (fortran, C++)
modi4 (parallel, fortran)}
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ce20d25..f7c945d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * Fixed error condition where "none" selections were not being handled + correctly in parallel. QAK - 2002/10/29 * New functions H5Gget_comment(modification), H5Aget_storage_size, H5Arename. SLU - 2002/10/29 * Fixed an assertion of H5S_select_iterate that did not account for scalar |