1MPI_File_set_info(3) MPI-2 MPI_File_set_info(3)
2
3
4
6 MPI_File_set_info - Sets new values for the hints associated with a
7 file
8
10 #include "mpi.h"
11 int MPI_File_set_info(MPI_File fh, MPI_Info info)
12
14 fh - file handle (handle)
15 info - info object (handle)
16
17
19 All MPI routines in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
20 have an additional argument 'ierr' at the end of the argument list.
21 the routine in C. In Fortran, MPI routines are subroutines and are
22 invoked with the 'call' statement.
23
24 All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File') are of
25 type 'INTEGER' in Fortran.
26
27
28
29 2/5/1998 MPI_File_set_info(3)