1MPI_File_get_info(3) MPI-2 MPI_File_get_info(3)
2
3
4
6 MPI_File_get_info - Returns the hints for a file that are actually
7 being used by MPI
8
10 #include "mpi.h"
11 int MPI_File_get_info(MPI_File fh, MPI_Info *info_used)
12
14 fh - file handle (handle)
15
16
18 info_used
19 - info object (handle)
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 2/5/1998 MPI_File_get_info(3)