diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-05 20:05:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-05 20:05:52 (GMT) |
commit | c134146b3ee754526e9b976de799226b6469de47 (patch) | |
tree | 0a4ac12de7093ab917ccc9836098dea80b848150 /release_docs/RELEASE.txt | |
parent | 51b427848d17421d3922741e46cf0c0a6f2ce40b (diff) | |
download | hdf5-c134146b3ee754526e9b976de799226b6469de47.zip hdf5-c134146b3ee754526e9b976de799226b6469de47.tar.gz hdf5-c134146b3ee754526e9b976de799226b6469de47.tar.bz2 |
[svn-r6975] Purpose:
Bug fix
Description:
Don't attempt to perform collective I/O on chunked datasets.
Platforms tested:
FreeBSD 4.8 (sleipnir) w/parallel
h5committested
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 5ffeb13..41db890 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -206,6 +206,8 @@ Bug Fixes since HDF5-1.4.0 release Library ------- + * Don't attempt to perform collective I/O on chunked datasets with + parallel I/O. QAK - 2003/06/05 * The library now correctly reuses space when objects are deleted in the file. This should be handled correctly for every situation, except datasets with variable-length datatypes are not returning the space they |