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

NAME

6       MPI_File_seek -  Updates the individual file pointer
7

SYNOPSIS

9       #include "mpi.h"
10       int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence)
11

INPUT PARAMETERS

13       fh     - file handle (handle)
14       offset - file offset (integer)
15       whence - update mode (state)
16
17

NOTES FOR FORTRAN

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