Last modified: 18 May 2009
Name: H5Fset_mdc_config
Signature:
herr_t H5Fset_mdc_config(hid_t file_id, H5AC_cache_config_t *config_ptr)
Purpose:
Attempt to configure metadata cache of target file.
Description:
H5Fset_mdc_config attempts to configure the file's metadata cache according configuration supplied in *config_ptr.

See the overview of the metadata cache in the special topics section of the user manual for details on what is being configured. If you haven't read and understood that documentation, you really shouldn't be using this API call.

Parameters:
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.