Get a MPI maxloc operation.

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

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

Property definitions

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