Purpose
Returns a C handle to an info object.
C synopsis
#include <mpi.h> MPI_Info MPI_Info_f2c(MPI_Fint file);
Parameters
Description
This function does not have C++ or FORTRAN bindings. MPI_Info_f2c returns a C handle to an info object. If info is a valid FORTRAN handle to an info object, MPI_Info_f2c returns a valid C handle to that same file. If info is set to the FORTRAN value MPI_INFO_NULL, MPI_Info_f2c returns the equivalent null C handle. If info is not a valid FORTRAN handle, MPI_Info_f2c returns a non-valid C handle. The converted handle is returned as the function's value. There is no error detection or return code.
Errors
None.
Related information