1MPI_File_get_group(3) MPI-2 MPI_File_get_group(3)
2
3
4
6 MPI_File_get_group - Returns the group of processes that opened the
7 file
8
10 #include "mpi.h"
11 int MPI_File_get_group(MPI_File fh, MPI_Group *group)
12
14 fh - file handle (handle)
15
16
18 group - group that opened the file (handle)
19
20
22 All MPI routines in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
23 have an additional argument 'ierr' at the end of the argument list.
24 the routine in C. In Fortran, MPI routines are subroutines and are
25 invoked with the 'call' statement.
26
27 All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File') are of
28 type 'INTEGER' in Fortran.
29
30
31
32 2/5/1998 MPI_File_get_group(3)