diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-13 17:55:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-13 17:55:40 (GMT) |
commit | f2fbab6664ac77de0c3d99dcaa0a3540e278a3c8 (patch) | |
tree | 2bceed0e8e024111119c9cc4c2e4a24dbde1e42c /release_docs/RELEASE.txt | |
parent | 14b00edf0aeb92c493205b41748f50cb89eaa055 (diff) | |
download | hdf5-f2fbab6664ac77de0c3d99dcaa0a3540e278a3c8.zip hdf5-f2fbab6664ac77de0c3d99dcaa0a3540e278a3c8.tar.gz hdf5-f2fbab6664ac77de0c3d99dcaa0a3540e278a3c8.tar.bz2 |
[svn-r5404] Purpose:
Back out change
Description:
Back out description of VFL 'flush' change.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bb4a1de..add3a55 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -162,12 +162,6 @@ Documentation New Features ============ - * Modified VFL file driver 'flush' function to accept an extra parameter, - which indicates that the file will be immediately closed. This may allow - VFL drivers to bypass syncronizations that are also performed when the - file is closed. Specifically, the MPI-I/O VFL driver bypasses the - MPI_File_sync() call, since MPI_File_close performs file syncronization - also. QAK - 2002/05/10 * Allow the metadata writes to be shared among all processes, easing the burden on process 0. QAK - 2002/05/10 * New functions H5Glink2 and H5Gmove2 were added to allow link and move to |