MPIAllGatherV_auto_arr2_doub Subroutine

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

Arguments

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

Contents