comm_t
pure function comm_rank(this) result(rank) class(comm_t), intent(in) :: this integer :: rank rank = this%m_rank end function comm_rank