MPIScatterV_len2_comp Subroutine

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

Arguments

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

Contents