MPIGather Interface

public interface MPIGather

Contents


Module Procedures

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

Arguments

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

public subroutine MPIGather_auto_doub(v, ret, ierr, Node)

Arguments

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