1MPI_File_set_size(3) MPI-2 MPI_File_set_size(3)
2
3
4
6 MPI_File_set_size - Sets the file size
7
9 #include "mpi.h"
10 int MPI_File_set_size(MPI_File fh, MPI_Offset size)
11
13 fh - file handle (handle)
14 size - size to truncate or expand file (nonnegative integer)
15
16
18 All MPI routines in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
19 have an additional argument 'ierr' at the end of the argument list.
20 the routine in C. In Fortran, MPI routines are subroutines and are
21 invoked with the 'call' statement.
22
23 All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File') are of
24 type 'INTEGER' in Fortran.
25
26
27
28 3/10/1998 MPI_File_set_size(3)