MPIScatterV_len2 Interface

public interface MPIScatterV_len2

Contents


Module Procedures

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