diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-08-20 16:25:50 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-08-20 16:25:50 (GMT) |
commit | 204426a530eddd798de062e816c4ad846c3802d5 (patch) | |
tree | 09eebb801f3f826d0580b912e80a6de7a9f6ffdb | |
parent | 29da4951f8aa861cc972c48fef03334c47ff0136 (diff) | |
download | hdf5-204426a530eddd798de062e816c4ad846c3802d5.zip hdf5-204426a530eddd798de062e816c4ad846c3802d5.tar.gz hdf5-204426a530eddd798de062e816c4ad846c3802d5.tar.bz2 |
[svn-r5880]
Purpose:
add information of compact dataset.
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 08a9f4c..4c3c8b8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -217,6 +217,11 @@ Documentation New Features ============ + * Compact dataset is added to the library. The data will be stored in + the header message of dataset layout. Space allocation time has to be + EARLY. No hyperslab is supported for parallel collective write. There + is no API changes except activating H5Pset_layout and H5Pget_layout for + compact dataset. -SLU, 2002/8/20 * Added MPI-posix VFL driver. This VFL driver uses MPI functions to coordinate actions, but performs I/O directly with POSIX sec(2) (i.e. open/close/read/write/etc.) calls. This driver should _NOT_ |