1MPI_File_read_ordered_end(3) MPI-2 MPI_File_read_ordered_end(3)
2
3
4
6 MPI_File_read_ordered_end - Complete a split collective read using
7 shared file pointer
8
10 #include "mpi.h"
11 int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status)
12
14 fh - file handle (handle)
15
16
18 buf - initial address of buffer (choice)
19 status - status object (Status)
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 8/31/1998 MPI_File_read_ordered_end(3)