mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r5404] Purpose:
Back out change Description: Back out description of VFL 'flush' change.
This commit is contained in:
parent
14b00edf0a
commit
f2fbab6664
@ -93,12 +93,6 @@ H5function6
|
||||
The following functions have changed slightly.
|
||||
<dir>
|
||||
<dl>
|
||||
<dt><code>VFL 'flush' function</code>
|
||||
<dd>Added an 'hbool_t closing' parameter to the parameters for
|
||||
VFL 'flush' functions. When this parameter is set to non-zero,
|
||||
it indicates that the file will be closed immediately after
|
||||
the flush operation and the VFL driver may avoid syncronization
|
||||
operations that are duplicated in the 'close' function.
|
||||
<dt><code>H5function</code>
|
||||
<dd>Description of change
|
||||
</dl>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user