Hi John,
On Apr 5, 2011, at 4:21 AM, Biddiscombe, John A. wrote:

>>>>  H5AC_cache_config_t mdc_config;
>>>>  hid_t file_id;
>>>>  file_id = H5Fopen("file.h5", H5ACC_RDWR, H5P_DEFAULT);
>>>>  mdc_config.version = H5AC__CURR_CACHE_CONFIG_VERSION;
>>>>  H5Pget_mdc_config(file_id, &mdc_config)
>>>>  mdc_config.evictions_enabled = 0 /* FALSE */;
>>>>  mdc_config.incr_mode = H5C_incr__off;
>>>>  mdc_config.decr_mode = H5C_decr__off;
>>>>  H5Pset_mdc_config(file_id, &mdc_config);
> 
> I couldn't find fortran bindings for these. Do they exist in any recent 
> releases or svn branches.
> 
Fortran wrappers for do not exist. Please let us know which Fortran wrappers do 
you need and we will add them to our to-do list.

Elena
> thanks
> 
> JB
> 
> _______________________________________________
> Hdf-forum is for HDF software users discussion.
> [email protected]
> http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org


_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to