home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / MPI_Finalize.z / MPI_Finalize
Encoding:
Text File  |  2002-10-03  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MMMMPPPPIIII____FFFFIIIINNNNAAAALLLLIIIIZZZZEEEE((((3333))))                                                MMMMPPPPIIII____FFFFIIIINNNNAAAALLLLIIIIZZZZEEEE((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      MMMMPPPPIIII____FFFFiiiinnnnaaaalllliiiizzzzeeee - Terminates the MPI execution environment
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      C:
  13.  
  14.           #include <mpi.h>
  15.  
  16.           int MPI_Finalize()
  17.  
  18.  
  19.      C++:
  20.  
  21.           #include <mpi.h>
  22.  
  23.           void Finalize()
  24.  
  25.  
  26.      Fortran:
  27.  
  28.           INCLUDE "mpif.h" (or USE MPI)
  29.  
  30.           INTEGER _i_e_r_r_o_r
  31.  
  32.           CALL MPI_FINALIZE(_i_e_r_r_o_r)
  33.  
  34.  
  35. SSSSTTTTAAAANNNNDDDDAAAARRRRDDDDSSSS
  36.      This release implements the MPI 1.2 standard, as documented by the MPI
  37.      Forum in the spring 1997 release of _M_P_I:  _A _M_e_s_s_a_g_e _P_a_s_s_i_n_g _I_n_t_e_r_f_a_c_e
  38.      _S_t_a_n_d_a_r_d.
  39.  
  40. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  41.      The MMMMPPPPIIII____FFFFiiiinnnnaaaalllliiiizzzzeeee routine terminates the MPI execution environment.  All
  42.      processes must call this routine before exiting.  The number of processes
  43.      running after this routine is called is undefined.
  44.  
  45.      _i_e_r_r_o_r      Specifies the return code value for successful completion,
  46.                  which is in MPI_SUCCESS.  MPI_SUCCESS is defined in the
  47.                  mmmmppppiiiiffff....hhhh file.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.