1MPI_File_f2c(3) MPI-2 MPI_File_f2c(3)
23
4
NAME
6MPI_File_f2c - Translates a Fortran file handle to a C file handle
7
SYNOPSIS
9#include "mpi.h"
10MPI_File MPI_File_f2c(MPI_Fint fh)
11
INPUT PARAMETERS
13fh - Fortran file handle (integer)
1415
RETURN VALUE
17C file handle (handle)
1819
20
21
11/3/1998 MPI_File_f2c(3)