1MPI_File_sync(3) MPI-2 MPI_File_sync(3)
2
3
4
6 MPI_File_sync - Causes all previous writes to be transferred to the
7 storage device
8
10 #include "mpi.h"
11 int MPI_File_sync(MPI_File fh)
12
14 fh - file handle (handle)
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 2/5/1998 MPI_File_sync(3)