1MPI_File_get_position(3) MPI-2 MPI_File_get_position(3)
2
3
4
6 MPI_File_get_position - Returns the current position of the individā
7 ual file pointer in etype units relative to the current view
8
10 #include "mpi.h"
11 int MPI_File_get_position(MPI_File fh, MPI_Offset *offset)
12
14 fh - file handle (handle)
15
16
18 offset - offset of individual file pointer (nonnegative integer)
19
20
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(3)