MPI_Reduce_local  138 ompi/mpi/cxx/op_inln.h     (void)MPI_Reduce_local(const_cast<void*>(inbuf), inoutbuf, count,
MPI_Reduce_local  335 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_local, mpi_reduce_local, MPI_REDUCE_LOCAL, (char *inbuf, char *inoutbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr));
MPI_Reduce_local 2216 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Reduce_local(inPtr, inOutPtr, count, type, (MPI_Op)op);
MPI_Reduce_local 2237 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Reduce_local(inPtr, inOutPtr, count, type, op);