HDF5 utilities
my own Fortran high level interface for HDF5
Private Member Functions | List of all members
hdf5_utils_mpi::hdf_set_even_offset Interface Reference

Private Member Functions

subroutine hdf_set_even_offset_from_dataset (file_id, loc_id, dset_name, offset, new_size)
 Set even offset for read_dataset. More...
 

Member Function/Subroutine Documentation

◆ hdf_set_even_offset_from_dataset()

subroutine hdf5_utils_mpi::hdf_set_even_offset::hdf_set_even_offset_from_dataset ( integer(hid_t), intent(in)  file_id,
integer(hid_t), intent(in)  loc_id,
character(len=*), intent(in)  dset_name,
integer, dimension(:), intent(inout)  offset,
integer, intent(in), optional  new_size 
)
private

Set even offset for read_dataset.

Parameters
[in]file_idfile id created with hdf_open_file
[in]loc_idlocation id created with hdf_open_group or file_id
[in]dset_namedataset name
[in,out]offsetnew offset to read the dataset appropriately
[in]new_size(optional) new size of data on this processor, used only for consistency check

The documentation for this interface was generated from the following file: