MPIScatterV_len2_doub Subroutine

public subroutine MPIScatterV_len2_doub(v, SendSizes, Disps, Ret, Length, ierr, Node)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), target :: v(:)
integer(kind=MPIArg), intent(in) :: SendSizes(:)
integer(kind=MPIArg), intent(in) :: Disps(:)
real(kind=dp), intent(inout), target :: Ret(:)
integer(kind=MPIArg), intent(in) :: Length
integer, intent(out) :: ierr
type(CommI), intent(in), optional :: Node

Contents