Rank on this processor in this communicator

Property definitions

mpi $ Comm :: rank
	# Rank on this processor in this communicator
	fun rank: Rank `{
		int rank;
		MPI_Comm_rank(self, &rank);
		return rank;
	`}
lib/mpi/mpi.nit:184,2--189,3