Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 3.1

MPI_File_f2c(3)


MPI_File_f2c

MPI_File_f2c

NAME
SYNOPSIS
INPUT PARAMETERS
RETURN VALUE
LOCATION

NAME

MPI_File_f2c − Translates a Fortran file handle to a C file handle

SYNOPSIS

#include <mpi.h>
MPI_File MPI_File_f2c(MPI_Fint fh)

INPUT PARAMETERS

fh

- Fortran file handle (integer)

RETURN VALUE

C file handle (handle)

LOCATION

file_f2c.c



MPI_File_f2c(3)