Blame man/man3/MPI_File_preallocate.3

Packit Service c5cf8c
.TH MPI_File_preallocate 3 "11/12/2019" " " "MPI"
Packit Service c5cf8c
.SH NAME
Packit Service c5cf8c
MPI_File_preallocate \-  Preallocates storage space for a file 
Packit Service c5cf8c
.SH SYNOPSIS
Packit Service c5cf8c
.nf
Packit Service c5cf8c
int MPI_File_preallocate(MPI_File fh, MPI_Offset size)
Packit Service c5cf8c
.fi
Packit Service c5cf8c
.SH INPUT PARAMETERS
Packit Service c5cf8c
.PD 0
Packit Service c5cf8c
.TP
Packit Service c5cf8c
.B fh 
Packit Service c5cf8c
- file handle (handle)
Packit Service c5cf8c
.PD 1
Packit Service c5cf8c
.PD 0
Packit Service c5cf8c
.TP
Packit Service c5cf8c
.B size 
Packit Service c5cf8c
- size to preallocate (nonnegative integer)
Packit Service c5cf8c
.PD 1
Packit Service c5cf8c
Packit Service c5cf8c
.SH NOTES FOR FORTRAN
Packit Service c5cf8c
All MPI routines in Fortran (except for 
Packit Service c5cf8c
.I MPI_WTIME
Packit Service c5cf8c
and 
Packit Service c5cf8c
.I MPI_WTICK
Packit Service c5cf8c
) have
Packit Service c5cf8c
an additional argument 
Packit Service c5cf8c
.I ierr
Packit Service c5cf8c
at the end of the argument list.  
Packit Service c5cf8c
.I ierr
Packit Service c5cf8c
is an integer and has the same meaning as the return value of the routine
Packit Service c5cf8c
in C.  In Fortran, MPI routines are subroutines, and are invoked with the
Packit Service c5cf8c
.I call
Packit Service c5cf8c
statement.
Packit Service c5cf8c
Packit Service c5cf8c
All MPI objects (e.g., 
Packit Service c5cf8c
.I MPI_Datatype
Packit Service c5cf8c
, 
Packit Service c5cf8c
.I MPI_Comm
Packit Service c5cf8c
) are of type 
Packit Service c5cf8c
.I INTEGER
Packit Service c5cf8c
in Fortran.