1MPI_Finalized(3)                    LAM/MPI                   MPI_Finalized(3)
2
3
4

NAME

6       MPI_Finalized -  Indicates whether MPI_Finalize has completed.
7

SYNOPSIS

9       #include <mpi.h>
10       int MPI_Finalized(int *flag)
11

OUTPUT PARAMETER

13       flag   - Flag is true (1) if MPI_Finalize has been called and false (0)
14              otherwise.
15
16

NOTES

18       Note that this function does not indicate  whether  MPI_INIT  has  been
19       called.  It only indicates whethere MPI_FINALIZE has been called.
20
21       This function always returns MPI_SUCCESS .
22
23
24

NOTES FOR FORTRAN

26       All  MPI routines in Fortran (except for MPI_WTIME and MPI_WTICK ) have
27       an additional argument ierr at the end of the argument list.   ierr  is
28       an  integer and has the same meaning as the return value of the routine
29       in C.  In Fortran, MPI routines are subroutines, and are  invoked  with
30       the call statement.
31
32       All MPI objects (e.g., MPI_Datatype , MPI_Comm ) are of type INTEGER in
33       Fortran.
34
35

MORE INFORMATION

37       For more information, please see the official MPI Forum web site, which
38       contains  the  text of both the MPI-1 and MPI-2 standards.  These docu‐
39       ments contain detailed information about each  MPI  function  (most  of
40       which is not duplicated in these man pages).
41
42       http://www.mpi-forum.org/
43
44
45

ACKNOWLEDGEMENTS

47       The  LAM Team would like the thank the MPICH Team for the handy program
48       to generate man pages  ("doctext"  from  ftp://ftp.mcs.anl.gov/pub/sow‐
49       ing/sowing.tar.gz  ), the initial formatting, and some initial text for
50       most of the MPI-1 man pages.
51

LOCATION

53       finalized.c
54
55
56
57LAM/MPI 7.1.2                      2/23/2006                  MPI_Finalized(3)
Impressum