MPIAllGather Interface

public interface MPIAllGather

Contents


Module Procedures

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

Arguments

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

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

Arguments

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

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

Arguments

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