herr_t H5Pget_all_coll_metadata_ops(
hid_t accpl_id,
hbool_t *is_collective
)
H5Pget_all_coll_metadata_ops
retrieves
the collective metadata read setting from the access property list
accpl_id
into is_collective
.
hid_t accpl_id |
|
IN: File, group, dataset, datatype, link, or attribute access property list identifier |
hbool_t *is_collective |
|
OUT: Pointer to a buffer containing the
Boolean value indicating whether
metadata reads are collective (TRUE )
or independent (FALSE )
Default mode: Independent ( FALSE )
|
Release | Change |
1.10.0 | C function and Fortran wrapper introduced with this release. |