Number of processors in this communicator

Property definitions

mpi $ Comm :: size
	# Number of processors in this communicator
	fun size: Int `{
		int size;
		MPI_Comm_size(self, &size);
		return size;
	`}
lib/mpi/mpi.nit:177,2--182,3