MPIAlltoAll Interface

public interface MPIAlltoAll

Contents


Module Procedures

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

Arguments

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