File: MPI_File_f2c.3

package info (click to toggle)
lam 7.1.4-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 56,404 kB
  • sloc: ansic: 156,541; sh: 9,991; cpp: 7,699; makefile: 5,621; perl: 488; fortran: 260; asm: 83
file content (19 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH MPI_File_f2c 3 "3/25/2003" "LAM/MPI 7.1.4" "LAM/MPI"
.SH NAME
MPI_File_f2c \-  Translates a Fortran file handle to a C file handle 
.SH SYNOPSIS
.nf
#include <mpi.h>
MPI_File MPI_File_f2c(MPI_Fint fh)
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B fh 
- Fortran file handle (integer)
.PD 1

.SH RETURN VALUE
C file handle (handle)
.SH LOCATION
file_f2c.c