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

NAME

6       MPI_File_get_position_shared  -   Returns  the  current position of the
7       shared file pointer in etype units relative to the current view
8

SYNOPSIS

10       #include "mpi.h"
11       int MPI_File_get_position_shared(MPI_File fh, MPI_Offset *offset)
12

INPUT PARAMETERS

14       fh     - file handle (handle)
15
16

OUTPUT PARAMETERS

18       offset - offset of shared file pointer (nonnegative integer)
19
20

NOTES FOR FORTRAN

22       All MPI routines in Fortran (except for  'MPI_WTIME'  and  'MPI_WTICK')
23       have  an  additional  argument  'ierr' at the end of the argument list.
24       the routine in C.  In Fortran, MPI routines  are  subroutines  and  are
25       invoked with the 'call' statement.
26
27       All  MPI  objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File') are of
28       type 'INTEGER' in Fortran.
29
30
31
32                                   8/31/1998   MPI_File_get_position_shared(3)
Impressum