isend_irecvRealVectorMPI Subroutine

public subroutine isend_irecvRealVectorMPI(this, sendobj, recvobj, send_recv_rank, debug)

Type Bound

MPI_

Arguments

Type IntentOptional Attributes Name
class(MPI_), intent(inout) :: this
real(kind=real64), intent(in) :: sendobj(:)
real(kind=real64), intent(inout) :: recvobj(:)
integer(kind=int32), intent(in) :: send_recv_rank(:)
logical, intent(in), optional :: debug