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

NAME

6       MPI_File_read_all_end  -   Complete a split collective read using indi‐
7       vidual file pointer
8

SYNOPSIS

10       #include "mpi.h"
11       int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status)
12

INPUT PARAMETERS

14       fh     - file handle (handle)
15
16

OUTPUT PARAMETERS

18       buf    - initial address of buffer (choice)
19       status - status object (Status)
20
21

NOTES FOR FORTRAN

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_all_end(3)
Impressum