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

NAME

6       MPI_File_set_atomicity -  Sets the atomicity mode
7

SYNOPSIS

9       #include "mpi.h"
10       int MPI_File_set_atomicity(MPI_File fh, int flag)
11

INPUT PARAMETERS

13       fh     - file handle (handle)
14       flag   - true to set atomic mode, false to set nonatomic mode (logical)
15
16

NOTES FOR FORTRAN

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/4/1998          MPI_File_set_atomicity(3)
Impressum