A wrapper class around MPI operators
MPI::Op.create(proc, commute)
Returns a new MPI::Op based on the Proc object proc. proc must accept two arguments. If commute is true, proc is considered to be commutative.
C equivalent: MPI_Op_create()
MPI_Op_create()