MPIScatterV Interface

public interface MPIScatterV

Contents


Module Procedures

public subroutine MPIScatterV_len2_arr3_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