Get a MPI minloc operation.

Used to compute a global minimum and also an index attached to the minimum value.

See http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node79.html#Node79

Property definitions

mpi $ Op :: minloc
	# Get a MPI minloc operation.
	#
	# Used to compute a global minimum and also an index attached
	# to the minimum value.
	#
	# See <http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node79.html#Node79>
	new minloc `{ return MPI_MINLOC; `}
lib/mpi/mpi.nit:302,2--308,36