Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Launcher v4.9.0
|
URANIE::Launcher::TIntMPI Class Reference
Description of the class TIntMPI. More...
#include <TIntMPI.h>
Public Member Functions | |
Printing Log | |
virtual void | printLog (Option_t *option="") |
Constructor and Destructor | |
TIntMPI () | |
Default constructor. | |
virtual | ~TIntMPI () |
Default destructor. | |
static int | init (int &argc, char **&argv) |
static void | exit () |
static int | getMyTid () |
Returns PVM taskid or MPI rank. | |
static int | getNumProcs () |
Returns the number of processes. | |
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().