#include <Teuchos_MPISession.hpp>
Static Public Member Functions | |
| void | init (int *argc, void ***argv) |
| Initializer, calls MPI_Init() if necessary. | |
| int | getRank () |
| Returns the process rank relative to MPI_COMM_WORLD. | |
| int | getNProc () |
| Returns the number of processors in MPI_COMM_WORLD. | |
| void | finalize () |
| Finalizer, calls MPI_Finalize() if necessary. | |
| bool & | showStartupMessage () |
Definition at line 48 of file Teuchos_MPISession.hpp.
|
||||||||||||
|
Initializer, calls MPI_Init() if necessary.
Definition at line 37 of file Teuchos_MPISession.cpp. |
|
|
Returns the process rank relative to MPI_COMM_WORLD.
Definition at line 55 of file Teuchos_MPISession.hpp. |
|
|
Returns the number of processors in MPI_COMM_WORLD.
Definition at line 58 of file Teuchos_MPISession.hpp. |
|
|
Finalizer, calls MPI_Finalize() if necessary.
Definition at line 89 of file Teuchos_MPISession.cpp. |
|
|
Set to true if a message should be written by each processor at startup. Definition at line 65 of file Teuchos_MPISession.hpp. |
1.3.9.1