hdf_write_2d_i64 Interface

interface


Calls

interface~~hdf_write_2d_i64~~CallsGraph interface~hdf_write_2d_i64 hdf_write_2d_i64 proc~hdf_write_2d_i64 hdf_write_2d_i64 interface~hdf_write_2d_i64->proc~hdf_write_2d_i64

private module subroutine hdf_write_2d_i64(self, dname, value, ierr, chunk_size, istart, iend, stride, compact)

Arguments

Type IntentOptional AttributesName
class(hdf5_file), intent(inout) :: self
character(len=*), intent(in) :: dname
integer(kind=int64), intent(in) :: value(:,:)
integer, intent(out), optional :: ierr
integer, intent(in), optional :: chunk_size(2)
integer, intent(in), optional dimension(:):: istart
integer, intent(in), optional dimension(:):: iend
integer, intent(in), optional dimension(:):: stride
logical, intent(in), optional :: compact