diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-09-26 22:48:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-09-26 22:48:44 (GMT) |
commit | 415e326afec0c6975a7b02fc77a72adcb8ba979e (patch) | |
tree | e112d393f245cef87d4d1d5a734c3686f46aea39 | |
parent | a61b205aff182dac910918c8d72c8575791aa66c (diff) | |
download | hdf5-415e326afec0c6975a7b02fc77a72adcb8ba979e.zip hdf5-415e326afec0c6975a7b02fc77a72adcb8ba979e.tar.gz hdf5-415e326afec0c6975a7b02fc77a72adcb8ba979e.tar.bz2 |
[svn-r2599] Purpose:
Document new feature
Description:
Mention data sieve buffering for next release.
Platforms tested:
Solaris 2.6 (i.e. baldric)
-rw-r--r-- | RELEASE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ New features * Improved configure to detect if MPIO routines are available when parallel mode is requested. * Added Thread-Safe support. Phase I implemented. + * Added data sieve buffering to raw data I/O path. This is enabled for + all VFL drivers except the mpio & core drivers. Setting the sieve buffer + size is controlled with new API functions: H5Pset_sieve_buf_size() and + retrieved with H5Pget_sieve_buf_size(). Bug fixes since HDF5-1.2.0 ========================== |