MPIScatter Interface

public interface MPIScatter

Contents


Module Procedures

public subroutine MPIScatter_len_arr_comp(v, SendSize, Ret, RecvSize, ierr, Node)

Arguments

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

public subroutine MPIScatter_auto_arr_comp(v, Ret, ierr, Node)

Arguments

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