English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Launcher: URANIE::Launcher::TIntMPI Class Reference
Uranie / Launcher v4.9.0
/* @license-end */
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 URANIE::Launcher::TIntMPI::~TIntMPI ( )
virtual

Default destructor.

Referenced by ClassImp().

Member Function Documentation

◆ exit()

static void URANIE::Launcher::TIntMPI::exit ( )
static

◆ getMyTid()

static int URANIE::Launcher::TIntMPI::getMyTid ( )
static

Returns PVM taskid or MPI rank.

Referenced by ClassImp().

◆ getNumProcs()

static int URANIE::Launcher::TIntMPI::getNumProcs ( )
static

Returns the number of processes.

Referenced by ClassImp().

◆ init()

static int URANIE::Launcher::TIntMPI::init ( int &  argc,
char **&  argv 
)
static

Referenced by ClassImp().

◆ printLog()

virtual void URANIE::Launcher::TIntMPI::printLog ( Option_t *  option = "")
virtual

Referenced by ClassImp().