Returns the number of processes in the communicator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(comm_t), | intent(in) | :: | this |
pure function m_size_func(this) result(size) !! Returns the number of processes in the communicator class(comm_t), intent(in) :: this integer :: size size = this%m_size end function m_size_func