put_strided_helper Subroutine

subroutine put_strided_helper(image_num, remote_ptr, remote_stride, current_image_buffer, current_image_stride, element_size, extent, stat, errmsg, errmsg_alloc)

Arguments

TypeIntentOptionalAttributesName
integer(kind=c_int), intent(in) :: image_num
integer(kind=c_intptr_t), intent(in) :: remote_ptr
integer(kind=c_ptrdiff_t), intent(in), target, contiguous:: remote_stride(:)
type(c_ptr), intent(in) :: current_image_buffer
integer(kind=c_ptrdiff_t), intent(in), target, contiguous:: current_image_stride(:)
integer(kind=c_size_t), intent(in) :: element_size
integer(kind=c_size_t), intent(in), target, contiguous:: extent(:)
integer(kind=c_int), intent(out), optional :: stat
character(len=*), intent(inout), optional :: errmsg
character(len=:), intent(inout), optional allocatable:: errmsg_alloc

Calls

proc~~put_strided_helper~~CallsGraph proc~put_strided_helper put_strided_helper call_assert call_assert proc~put_strided_helper->call_assert interface~caf_put_strided caf_put_strided proc~put_strided_helper->interface~caf_put_strided

Called by

proc~~put_strided_helper~~CalledByGraph proc~put_strided_helper put_strided_helper proc~prif_put_strided_indirect prif_put_strided_indirect proc~prif_put_strided_indirect->proc~put_strided_helper interface~prif_put_strided_indirect prif_put_strided_indirect interface~prif_put_strided_indirect->proc~prif_put_strided_indirect proc~prif_put_strided prif_put_strided proc~prif_put_strided->interface~prif_put_strided_indirect interface~prif_put_strided prif_put_strided interface~prif_put_strided->proc~prif_put_strided

Contents

None