From 64e2fe17743f8fe8588f0b5243d9e5b75484f44f Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 2 Jul 2003 15:10:58 -0500 Subject: [svn-r7138] Purpose: H5Pset/get_hyper_cache are deprecated in R 1..6.0. Description: Added notation that H5Pset/get_hyper_cache are deprecated functions in R1.6.0 and are available only if library is configured for 1.4 compatibility. Platforms tested: IE 5 --- doc/html/RM_H5P.html | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index bec5323..266ed7f 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -217,8 +217,8 @@ which require many different parameters to be easily manipulated.
  • H5Pset_edc_check
  • H5Pget_edc_check
  • H5Pset_filter_callback -
  • H5Pset_hyper_cache -
  • H5Pget_hyper_cache +
  • H5Pset_hyper_cache * +
  • H5Pget_hyper_cache *
  • H5Pset_hyper_vector_size
  • H5Pget_hyper_vector_size
  • H5Pset_btree_ratios @@ -248,6 +248,11 @@ which require many different parameters to be easily manipulated.
    +* Functions labelled with an asterisk (*) are provided only for +backwards compatibility with HDF5 Releases 1.4.x. +See further notes in the description of each function. +

    + Alphabetical Listing @@ -301,7 +306,7 @@ which require many different parameters to be easily manipulated.
  • H5Pget_filter
  • H5Pget_filter_by_id
  • H5Pget_gc_references -
  • H5Pget_hyper_cache +
  • H5Pget_hyper_cache *
  • H5Pget_hyper_vector_size
  • H5Pget_istore_k
  • H5Pget_layout @@ -362,7 +367,7 @@ which require many different parameters to be easily manipulated.
  • H5Pset_filter_callback
  • H5Pset_fletcher32
  • H5Pset_gc_references -
  • H5Pset_hyper_cache +
  • H5Pset_hyper_cache *
  • H5Pset_hyper_vector_size
  • H5Pset_istore_k
  • H5Pset_layout @@ -4705,7 +4710,18 @@ END LIBRARY-SET OPTION TAGS -->
    Purpose:
    Indicates whether to cache hyperslab blocks during I/O.
    Description: -
    Given a dataset transfer property list, H5Pset_hyper_cache +
    [NOTE: + + This function is deprecated in HDF5 Release 1.6 + and will eventually be removed from the HDF5 distribution. + It is provided in this release only to enable backward compatibility + with HDF5 Releases 1.4.x + and is enabled only if the HDF5 library is configured + with the flag H5_WANT_H5_V1_4_COMPAT; + the function is not enabled in the binaries distributed by NCSA. + ] +

    + Given a dataset transfer property list, H5Pset_hyper_cache indicates whether to cache hyperslab blocks during I/O, a process which can significantly increase I/O speeds.

    @@ -4760,7 +4776,18 @@ END LIBRARY-SET OPTION TAGS --> unsigned *limit )

    Purpose: -
    Returns information regarding the caching of hyperslab blocks during I/O. +
    [NOTE: + + This function is deprecated in HDF5 Release 1.6 + and will eventually be removed from the HDF5 distribution. + It is provided in this release only to enable backward compatibility + with HDF5 Releases 1.4.x + and is enabled only if the HDF5 library is configured + with the flag H5_WANT_H5_V1_4_COMPAT; + the function is not enabled in the binaries distributed by NCSA. + ] +

    + Returns information regarding the caching of hyperslab blocks during I/O.

    Description:
    Given a dataset transfer property list, H5Pget_hyper_cache returns instructions regarding the caching of hyperslab blocks during I/O. @@ -7637,7 +7664,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 30 June 2003 +Last modified: 1 July 2003 -- cgit v0.12