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

NAME

6       MPI_File_close -  Closes a file
7

SYNOPSIS

9       #include "mpi.h"
10       int MPI_File_close(MPI_File *fh)
11

INPUT PARAMETERS

13       fh     - file handle (handle)
14
15

NOTES FOR FORTRAN

17       All  MPI  routines  in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
18       have an additional argument 'ierr' at the end  of  the  argument  list.
19       the  routine  in  C.   In Fortran, MPI routines are subroutines and are
20       invoked with the 'call' statement.
21
22       All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File')  are  of
23       type 'INTEGER' in Fortran.
24
25
26
27                                   8/31/1998                 MPI_File_close(3)
Impressum