From 37453380054295c64e6780ad86f41082625b3799 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 16 Jan 2002 13:35:33 -0500 Subject: [svn-r4833] Purpose: Bugfix. Clarification & extension. Removed old function. Description: h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f: Corrected function names (mpi --> mpio) H5Pset_fapl_dpss: Removed function from RM. H5Pget_driver: Corrected return type. Added list of valid driver identifiers and note re custom drivers. H5Pcreate: Added note, per user complaint, that the property must eventually be closed with H5Pclose, else errors are likely to occur. Platforms tested: IE 5 --- doc/html/RM_H5P.html | 88 ++++++++++++++++++---------------------------------- 1 file changed, 31 insertions(+), 57 deletions(-) diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 67b6324..b422787 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -122,7 +122,6 @@ many different parameters to be easily manipulated.
  • H5Pget_gc_references
  • H5Pset_fapl_gass
  • H5Pget_fapl_gass -
  • H5Pset_fapl_dpss
  • H5Pset_fapl_srb
  • H5Pget_fapl_srb -
  • h5pset_fapl_mpi_f   || -
  • h5pget_fapl_mpi_f   || +
  • h5pset_fapl_mpio_f   || +
  • h5pget_fapl_mpio_f   ||
  • h5pset_cache_f @@ -301,8 +300,8 @@ facilitate moving easily between them.
  • h5pget_hyper_cache_f
  • h5pset_btree_ratios_f
  • h5pget_btree_ratios_f -
  • h5pset_dxpl_mpi_f   || -
  • h5pget_dxpl_mpi_f   || +
  • h5pset_dxpl_mpio_f   || +
  • h5pget_dxpl_mpio_f   || @@ -347,6 +346,10 @@ facilitate moving easily between them. creates and returns a new mount property list initialized with default values. +

    + This property list must eventually be closed with + H5Pclose; + otherwise, errors are likely to occur.

    Parameters:
    H5P_class_t type @@ -2754,7 +2757,7 @@ facilitate moving easily between them.
    Returns a non-negative value if successful. Otherwise returns a negative value.
    Non-C API(s): -
    - -
    - - -
    -
    Name: H5Pset_fapl_srb
    Signature:
    herr_t H5Pset_fapl_srb( @@ -4015,7 +3989,7 @@ H5P   HDF Help Desk
    -Last modified: 2 April 2001 +Last modified: 18 Dec 2001
    Describes HDF5 Release 1.5, Unreleased Development Branch -- cgit v0.12