1MPI_File_get_atomicity(3) MPI-2 MPI_File_get_atomicity(3)
2
3
4
6 MPI_File_get_atomicity - Returns the atomicity mode
7
9 #include "mpi.h"
10 int MPI_File_get_atomicity(MPI_File fh, int *flag)
11
13 fh - file handle (handle)
14
15
17 flag - true if atomic mode, false if nonatomic mode (logical)
18
19
21 All MPI routines in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
22 have an additional argument 'ierr' at the end of the argument list.
23 the routine in C. In Fortran, MPI routines are subroutines and are
24 invoked with the 'call' statement.
25
26 All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File') are of
27 type 'INTEGER' in Fortran.
28
29
30
31 2/5/1998 MPI_File_get_atomicity(3)