herr_t H5Pset_chunk_opts(
hid_t dcpl_id,
unsigned opts
)
H5Pset_chunk_opts
is used to specify
storage options for chunks on the edge of a
dataset’s dataspace.
This capability allows the user to tune performance in cases where
the dataset size may not be a multiple of the chunk size and
the handling of partial edge chunks can impact performance.
H5Pset_chunk_opts
sets the edge chunk option in the dataset creation property list
dcpl_id
.
The available option is detailed in the parameters section below. Only chunks that are not completely filled by the dataset’s dataspace are affected by this option. Such chunks are referred to as partial edge chunks.
hid_t
dcpl_id |
|
IN: Dataset creation property list identifier | ||||||||
unsigned opts |
|
IN: Edge chunk option flag. Valid values are:
|
Release | Change |
1.10.0 | C function introduced with this release. |