1MPI_File_get_byte_offset(3) MPI-2 MPI_File_get_byte_offset(3)
2
3
4
6 MPI_File_get_byte_offset - Returns the absolute byte position in the
7 file corresponding to "offset" etypes relative to the current view
8
10 #include "mpi.h"
11 int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp)
12
14 fh - file handle (handle)
15 offset - offset (nonnegative integer)
16
17
19 disp - absolute byte position of offset (nonnegative integer)
20
21
23 All MPI routines in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
24 have an additional argument 'ierr' at the end of the argument list.
25 the routine in C. In Fortran, MPI routines are subroutines and are
26 invoked with the 'call' statement.
27
28 All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File') are of
29 type 'INTEGER' in Fortran.
30
31
32
33 3/4/1999 MPI_File_get_byte_offset(3)