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