gather_real32_2D_array Module Procedure

module procedure gather_real32_2D_array module subroutine gather_real32_2D_array(self, a, result_image, dim)

Arguments

Type IntentOptional Attributes Name
class(data_partition_t), intent(in) :: self
real(kind=real32), intent(inout) :: a(:,:)
integer, intent(in), optional :: result_image
integer, intent(in), optional :: dim

Calls

proc~~gather_real32_2d_array~~CallsGraph proc~gather_real32_2d_array gather_real32_2D_array interface~first~2 data_partition_t%first proc~gather_real32_2d_array->interface~first~2 interface~last~2 data_partition_t%last proc~gather_real32_2d_array->interface~last~2