Description Usage Arguments Details Value Author(s) References See Also
Terminates MPI execution environment.
1 |
None
This routines must be called by each slave (master) before it exits. This
call cleans all MPI state. Once mpi.finalize has been called, no MPI
routine may be called. To be more safe leaving MPI, please use
mpi.exit which not only calls mpi.finalize but also
detaches the library Rmpi. This will make reload the library Rmpi impossible.
Always return 1
Hao Yu
http://www.lam-mpi.org/, http://www-unix.mcs.anl.gov/mpi/www/www3/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.