1MPI_File_seek_shared(3) MPI-2 MPI_File_seek_shared(3)
2
3
4
6 MPI_File_seek_shared - Updates the shared file pointer
7
9 #include "mpi.h"
10 int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence)
11
13 fh - file handle (handle)
14 offset - file offset (integer)
15 whence - update mode (state)
16
17
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_shared(3)