HDF5 file images are an in-RAM fast HDF5 virtual file. there are many caveats to their use and they might never be included in h5fortran
h5ltopen_file_image_f does NOT exist yet as of HDF5 1.12.0. The API was specified for HDF5 1.8.9, but never implemented (yet).
open HDF5 library create file property ID "fapl_id" create and check empty buffer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=hid_t), | intent(out) | :: | fapl_id |
polymorphic in future implementation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | data(:) | |||
integer(kind=hid_t), | intent(in) | :: | fapl_id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | dimension(:), target | :: | buffer | ||
integer(kind=hid_t), | intent(in) | :: | fapl_id |
close file image and library
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=hid_t), | intent(in) | :: | fapl_id |