MPIAllGatherV_auto_arr_int Subroutine

public subroutine MPIAllGatherV_auto_arr_int(v, ret, Lengths, Disps, Node)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in), target :: v(:,:)
integer(kind=int32), intent(inout), target :: ret(:,:)
integer(kind=MPIArg), intent(in) :: Lengths(:)
integer(kind=MPIArg), intent(in) :: Disps(:)
type(CommI), intent(in), optional :: Node

Contents