Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_SET_FAPL_SPLITTER

Sets the file access property list to use the splitter driver

Procedure:

H5P_SET_FAPL_SPLITTER ( fapl_id, vfd_config )

Signature:

herr_t H5Pset_fapl_splitter ( hid_t fapl_id, H5FD_splitter_vfd_config_t *vfd_config )

Replace this text with the Fortran function signature

Parameters:
hid_t fapl_idIN: File access property list
H5FD_splitter_vfd_config_t *vfd_configIN: Splitter VFD configuration information

Description:

H5P_SET_FAPL_SPLITTER sets the file access property list, fapl_id, to use the splitter driver as specified by vfd_config.

Returns:

SUCCEED/FAIL

History:
ReleaseChange
1.10.7Function added in this release.

--- Last Modified: October 08, 2020 | 12:45 PM