#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 () |
|
||||||||||||
|
Initializer, calls MPI_Init() if necessary.
|
|
|
Returns the process rank relative to MPI_COMM_WORLD.
|
|
|
Returns the number of processors in MPI_COMM_WORLD.
|
|
|
Finalizer, calls MPI_Finalize() if necessary.
|
|
|
Set to true if a message should be written by each processor at startup. |
1.3.9.1