MPIScatterV Interface

public interface MPIScatterV

Contents


Module Procedures

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

Arguments

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