1MPI_File_get_view(3)                 MPI-2                MPI_File_get_view(3)
2
3
4

NAME

6       MPI_File_get_view -  Returns the file view
7

SYNOPSIS

9       #include "mpi.h"
10       int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype,
11          MPI_Datatype *filetype, char *datarep)
12

INPUT PARAMETERS

14       fh     - file handle (handle)
15
16

OUTPUT PARAMETERS

18       disp   - displacement (nonnegative integer)
19       etype  - elementary datatype (handle)
20       filetype
21              - filetype (handle)
22       datarep
23              - data representation (string)
24
25

NOTES FOR FORTRAN

27       All  MPI  routines  in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
28       have an additional argument 'ierr' at the end  of  the  argument  list.
29       the  routine  in  C.   In Fortran, MPI routines are subroutines and are
30       invoked with the 'call' statement.
31
32       All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File')  are  of
33       type 'INTEGER' in Fortran.
34
35
36
37                                   4/6/1998               MPI_File_get_view(3)
Impressum