Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Launcher v4.9.0
|
URANIE::Launcher::TPlatineCluster Class Reference
Description of the class TPlatineCluster. More...
#include <TPlatineCluster.h>
Inheritance diagram for URANIE::Launcher::TPlatineCluster:
Collaboration diagram for URANIE::Launcher::TPlatineCluster:
Public Member Functions | |
Constructor and Destructor | |
TPlatineCluster () | |
Default constructor. | |
virtual | ~TPlatineCluster () |
Default destructor. | |
virtual void | init () |
Construct and return the list of nodes. | |
virtual void | getCommandPrefix (char *, char *) |
Printing Log | |
void | setLog () |
void | unsetLog () |
void | changeLog () |
Bool_t | getLog () |
virtual void | printLog (Option_t *option="") |
Public Member Functions inherited from URANIE::Launcher::TCluster | |
TCluster (const char *name, const char *nodeList, Int_t nnode) | |
virtual | ~TCluster () |
Default destructor. | |
void | setNNodes (Int_t nnode) |
TString | getListOfNodes () |
void | addNodeName (const TString &snodename, Int_t n=-1) |
void | setLog () |
void | unsetLog () |
void | changeLog () |
Bool_t | getLog () |
Static Public Member Functions | |
static bool | eligible () |
Static Private Member Functions | |
static const char * | nodeList () |
Additional Inherited Members | |
Public Attributes inherited from URANIE::Launcher::TCluster | |
Bool_t | _blog |
Boolean to edit the log. | |
Protected Member Functions inherited from URANIE::Launcher::TCluster | |
Int_t | getProcsPerJob (Char_t separator, const Char_t *procs) const |
Detailed Description
Description of the class TPlatineCluster.
To be written by the developper.
Constructor & Destructor Documentation
◆ TPlatineCluster()
URANIE::Launcher::TPlatineCluster::TPlatineCluster | ( | ) |
Default constructor.
Referenced by ClassImp().
◆ ~TPlatineCluster()
|
virtual |
Default destructor.
Referenced by ClassImp().
Member Function Documentation
◆ changeLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ eligible()
|
static |
Referenced by ClassImp().
◆ getCommandPrefix()
|
virtual |
Implements URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ getLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ init()
|
virtual |
Construct and return the list of nodes.
Implements URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ nodeList()
|
staticprivate |
Referenced by ClassImp().
◆ printLog()
|
virtual |
Reimplemented from URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ setLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ unsetLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.