DeinoMPI

The Great and Terrible implementation of MPI-2

function index

MPI_File_f2c

Translates a Fortran file handle to a C file handle
MPI_File MPI_File_f2c(
  MPI_Fint fh
);

Parameters

fh
[in] Fortran file handle (integer)

Return Value

C file handle (handle)

Example Code

The following sample code illustrates MPI_File_f2c.

Insert code here.