MPI_Op_create     133 ompi/mca/io/romio321/romio/adio/common/ad_init.c     MPI_Op_create(my_consensus, 1, &ADIO_same_amode);
MPI_Op_create     121 ompi/mpi/cxx/op_inln.h     (void)MPI_Op_create((MPI_User_function*) ompi_mpi_cxx_op_intercept,
MPI_Op_create     319 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Op_create, mpi_op_create, MPI_OP_CREATE, (ompi_op_fortran_handler_fn_t* function, ompi_fortran_logical_t *commute, MPI_Fint *op, MPI_Fint *ierr));
MPI_Op_create     147 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! MPI_Op_create
MPI_Op_create    1141 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Op_create
MPI_Op_create    1143 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Op_create(function, commute, op, ierror)
MPI_Op_create    1148 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Op_create
MPI_Op_create     145 ompi/mpi/java/c/mpi_Op.c         int rc = MPI_Op_create((MPI_User_function*)opIntercept, commute, &op);