H5Pset_dxpl_multi
(
hid_t dxpl_id
,
const hid_t *memb_dxpl
)
H5Pset_dxpl_multi
sets the data transfer property list
dxpl_id
to use the multi-file driver for each
memory usage type memb_dxpl[]
.
H5Pset_dxpl_multi
can only be used after
the member map has been set with H5Pset_fapl_multi
.
hid_t dxpl_id , |
IN: Data transfer property list identifier. |
const hid_t *memb_dxpl |
IN: Array of data access property lists. |
Release | C |
1.4.0 | Function introduced in this release. |
1.8.11 | Function removed from HDF5 in this release. |