|
Teuchos - Trilinos Tools Package
Version of the Day
|
Methods for initializing, finalizing, and querying the global MPI session. More...
#include <Teuchos_MPISession.hpp>
Static Public Member Functions | |
| static void | init (int *argc, void ***argv) |
| Initializer, calls MPI_Init() if necessary. | |
| static int | getRank () |
| Returns the process rank relative to MPI_COMM_WORLD. | |
| static int | getNProc () |
| Returns the number of processors in MPI_COMM_WORLD. | |
| static void | finalize () |
| Finalizer, calls MPI_Finalize() if necessary. | |
| static bool & | showStartupMessage () |
Methods for initializing, finalizing, and querying the global MPI session.
Teuchos::GlobalMPISession instead. Note the minor interface differences in the latter. Definition at line 72 of file Teuchos_MPISession.hpp.
| void MPISession::init | ( | int * | argc, |
| void *** | argv | ||
| ) | [static] |
Initializer, calls MPI_Init() if necessary.
Definition at line 50 of file Teuchos_MPISession.cpp.
| static int Teuchos::MPISession::getRank | ( | ) | [inline, static] |
Returns the process rank relative to MPI_COMM_WORLD.
Definition at line 79 of file Teuchos_MPISession.hpp.
| static int Teuchos::MPISession::getNProc | ( | ) | [inline, static] |
Returns the number of processors in MPI_COMM_WORLD.
Definition at line 82 of file Teuchos_MPISession.hpp.
| void MPISession::finalize | ( | ) | [static] |
Finalizer, calls MPI_Finalize() if necessary.
Definition at line 102 of file Teuchos_MPISession.cpp.
| static bool& Teuchos::MPISession::showStartupMessage | ( | ) | [inline, static] |
Set to true if a message should be written by each processor at startup.
Definition at line 89 of file Teuchos_MPISession.hpp.
1.7.6.1