SkelGIS
3.0
|
#include <mpi_.hpp>
Public Member Functions | |
Mpi_ () | |
Constructor. | |
~Mpi_ () | |
Destructor. | |
Static Public Member Functions | |
static void | print (std::string str) |
Print the string str in output files. | |
static void | printScreen (std::string str) |
Print the string str on screen. | |
Static Public Attributes | |
static int | level_provided = 0 |
static int | mpi_rank = 0 |
static int | mpi_nb = 0 |
Mpi_ Class.
This template class defines the MPI initializations, the MPI communications
static void skelgis::Mpi_::print | ( | std::string | str | ) | [inline, static] |
static void skelgis::Mpi_::printScreen | ( | std::string | str | ) | [inline, static] |
int skelgis::Mpi_::level_provided = 0 [static] |
int skelgis::Mpi_::mpi_nb = 0 [static] |
int skelgis::Mpi_::mpi_rank = 0 [static] |