gather_real32_1D_array Module Procedure

module procedure gather_real32_1D_array module subroutine gather_real32_1D_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_1d_array~~CallsGraph proc~gather_real32_1d_array gather_real32_1D_array assert assert proc~gather_real32_1d_array->assert interface~first~2 data_partition_t%first proc~gather_real32_1d_array->interface~first~2 interface~last~2 data_partition_t%last proc~gather_real32_1d_array->interface~last~2