comm_t
pure function comm_leader(this) result(is_leader) class(comm_t), intent(in) :: this logical :: is_leader is_leader = (this%m_rank == 0_int32) end function comm_leader