mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r4301] Purpose:
Bringing 'last minute' release branch edits into development branch. Description: Removed link to non-existent description of non-existent F90 function h5gget_objinfo_f. Added links, with explanatory note, to the new freespace management section in Performance.html. Platforms tested: IE 5
This commit is contained in:
parent
bdce101e9f
commit
de04598d0d
@ -365,14 +365,11 @@ create or access function.
|
|||||||
If the any object identifier is open for the object, the space
|
If the any object identifier is open for the object, the space
|
||||||
will not be released until after the object identifier is closed.
|
will not be released until after the object identifier is closed.
|
||||||
<p>
|
<p>
|
||||||
<!-- editingcomment: freespace and file packing -->
|
|
||||||
Note that space identified as freespace is available for re-use
|
Note that space identified as freespace is available for re-use
|
||||||
only as long as the file remains open; once a file has been
|
only as long as the file remains open; once a file has been
|
||||||
closed, the HDF5 library loses track of freespace.
|
closed, the HDF5 library loses track of freespace. See
|
||||||
Identifying freespace does not imply that the file
|
“<a href="Performance.html#Freespace">Freespace Management</a>”
|
||||||
will be packed or that, if the file is closed and later reopened,
|
in the <cite>HDF5 User's Guide</cite> for further details.
|
||||||
that the space will be available for re-use.
|
|
||||||
Such functionality has not yet been implemented in the HDF5 library.
|
|
||||||
<dt><strong>Warning:</strong>
|
<dt><strong>Warning:</strong>
|
||||||
<dd>Exercise care in unlinking groups as it is possible to render data in
|
<dd>Exercise care in unlinking groups as it is possible to render data in
|
||||||
a file inaccessible with <code>H5Gunlink</code>.
|
a file inaccessible with <code>H5Gunlink</code>.
|
||||||
@ -624,9 +621,11 @@ create or access function.
|
|||||||
<dd> Returns a non-negative value if successful, with the fields of
|
<dd> Returns a non-negative value if successful, with the fields of
|
||||||
<code>statbuf</code> (if non-null) initialized.
|
<code>statbuf</code> (if non-null) initialized.
|
||||||
Otherwise returns a negative value.
|
Otherwise returns a negative value.
|
||||||
|
<!--
|
||||||
<dt><strong>Non-C API(s):</strong>
|
<dt><strong>Non-C API(s):</strong>
|
||||||
<dd><a href="fortran/h5g_FORTRAN.html#h5gget_objinfo_f"
|
<dd><a href="fortran/h5g_FORTRAN.html#h5gget_objinfo_f"
|
||||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||||
|
-->
|
||||||
<!--
|
<!--
|
||||||
<img src="Graphics/Java.gif">
|
<img src="Graphics/Java.gif">
|
||||||
<img src="Graphics/C++.gif">
|
<img src="Graphics/C++.gif">
|
||||||
@ -828,10 +827,9 @@ H5G
|
|||||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
Last modified: 1 November 2000
|
Last modified: 2 August 2001
|
||||||
<br>
|
<br>
|
||||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user