Purpose
Translates a C reduction operation handle into a FORTRAN handle to the same operation.
C synopsis
#include <mpi.h> MPI_Fint MPI_Op_c2f(MPI_Op op);
Parameters
Description
This function does not have C++ or FORTRAN bindings. MPI_Op_c2f translates a C reduction operation handle into a FORTRAN handle to the same operation; it maps a null handle into a null handle and a non-valid handle into a non-valid handle. The converted handle is returned as the function's value. There is no error detection or return code.
Errors
None.
Related information