File: MPI_File_c2f.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_c2f 3 "3/25/2003" "LAM/MPI 7.1.4" "LAM/MPI"
.SH NAME
MPI_File_c2f \-  Translates a C file handle to a Fortran file handle 
.SH SYNOPSIS
.nf
#include <mpi.h>
MPI_Fint MPI_File_c2f(MPI_File fh)
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B fh 
- C file handle (handle)
.PD 1

.SH RETURN VALUE
Fortran file handle (integer)
.SH LOCATION
file_c2f.c