hdf_get_chunk Module Procedure

module procedure hdf_get_chunk module subroutine hdf_get_chunk(self, dname, chunk_size)

Arguments

Type IntentOptional AttributesName
class(hdf5_file), intent(in) :: self
character(len=*), intent(in) :: dname
integer(kind=hsize_t), intent(out) :: chunk_size(:)

Calls

proc~~hdf_get_chunk~~CallsGraph proc~hdf_get_chunk hdf_get_chunk h5pget_chunk_f h5pget_chunk_f proc~hdf_get_chunk->h5pget_chunk_f h5dclose_f h5dclose_f proc~hdf_get_chunk->h5dclose_f h5ltget_dataset_ndims_f h5ltget_dataset_ndims_f proc~hdf_get_chunk->h5ltget_dataset_ndims_f h5dget_create_plist_f h5dget_create_plist_f proc~hdf_get_chunk->h5dget_create_plist_f proc~check check proc~hdf_get_chunk->proc~check h5dopen_f h5dopen_f proc~hdf_get_chunk->h5dopen_f

Called by

proc~~hdf_get_chunk~~CalledByGraph proc~hdf_get_chunk hdf_get_chunk interface~hdf_get_chunk hdf_get_chunk interface~hdf_get_chunk->proc~hdf_get_chunk

Contents

None