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, intent(inout) :: sendobj(:)
integer, intent(in) :: sendcount
integer, intent(inout) :: recvobj(:)
integer, intent(in) :: recvcount
integer, intent(in), optional :: send_start_id
integer, intent(in), optional :: recv_start_id

Contents

None