AlltoAllMPIInt Subroutine

public subroutine AlltoAllMPIInt(obj, sendobj, sendcount, recvobj, recvcount, send_start_id, recv_start_id)

Arguments

Type IntentOptional AttributesName
class(MPI_), intent(inout) :: obj
integer(kind=int32), intent(inout) :: sendobj(:)
integer(kind=int32), intent(in) :: sendcount
integer(kind=int32), intent(inout) :: recvobj(:)
integer(kind=int32), intent(in) :: recvcount
integer(kind=int32), intent(in), optional :: send_start_id
integer(kind=int32), intent(in), optional :: recv_start_id

Contents

None