Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
URANIE::Launcher::TIntMPI Class Reference
Description of the class TIntMPI. More...
#include <TIntMPI.h>
Public Member Functions | |
Constructor and Destructor | |
| TIntMPI () | |
| Default constructor. More... | |
| virtual | ~TIntMPI () |
| Default destructor. More... | |
Printing Log | |
| virtual void | printLog (Option_t *option="") |
Static Public Member Functions | |
| static int | init (int &argc, char **&argv) |
| static void | exit () |
| static int | getMyTid () |
| Returns PVM taskid or MPI rank. More... | |
| static int | getNumProcs () |
| Returns the number of processes. More... | |
Detailed Description
Description of the class TIntMPI.
To be written by the developper.
Constructor & Destructor Documentation
◆ TIntMPI()
| URANIE::Launcher::TIntMPI::TIntMPI | ( | ) |
Default constructor.
Referenced by ClassImp().
◆ ~TIntMPI()
|
virtual |
Default destructor.
Referenced by ClassImp().
Member Function Documentation
◆ exit()
|
static |
◆ getMyTid()
|
static |
Returns PVM taskid or MPI rank.
Referenced by ClassImp().
◆ getNumProcs()
|
static |
Returns the number of processes.
Referenced by ClassImp().
◆ init()
|
static |
Referenced by ClassImp().
◆ printLog()
|
virtual |
Referenced by ClassImp().
