mpi :: Comm :: size
# Number of processors in this communicator fun size: Int `{ int size; MPI_Comm_size(self, &size); return size; `}