GatherMPIInt Subroutine

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

Arguments

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

Contents

None