Is this value undefined according to MPI? (may be returned by Status::count)

Property definitions

mpi :: mpi $ Int :: is_undefined
	# Is this value undefined according to MPI? (may be returned by `Status::count`)
	fun is_undefined: Bool `{ return self == MPI_UNDEFINED; `}
lib/mpi/mpi.nit:385,2--386,59