.\" DO NOT MODIFY THIS FILE! it was generated by rd2 .TH mpi_op.rd 1 "July 2001" .SH MPI::Op .PP .SH Description .PP A wrapper class around MPI operators .SH Methods .PP .SH Constructors .PP .TP .fi .B 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: \&\fBMPI_Op_create()\fP