Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
Public Member Functions |
Static Public Member Functions |
Static Private Member Functions |
List of all members
URANIE::Launcher::TEcCluster Class Reference
Description of the class TEcCluster. More...
#include <TEcCluster.h>
Inheritance diagram for URANIE::Launcher::TEcCluster:

Collaboration diagram for URANIE::Launcher::TEcCluster:

Public Member Functions | |
| TString | GetFromPipe (const char *command, bool output=false) |
| Sets the Cluster name. More... | |
Constructor and Destructor | |
| TEcCluster () | |
| Default constructor. More... | |
| ~TEcCluster () | |
| Default destructor. More... | |
| void | init () override |
| Construct and return the list of nodes. More... | |
| void | getCommandPrefix (char *, char *) override |
Printing Log | |
| void | setLog () |
| void | unsetLog () |
| void | changeLog () |
| Bool_t | getLog () |
| virtual void | printLog (Option_t *option="") override |
Public Member Functions inherited from URANIE::Launcher::TCluster | |
| TCluster (const char *name, const char *nodeList, Int_t nnode) | |
| virtual | ~TCluster () |
| Default destructor. More... | |
| 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. More... | |
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 TEcCluster.
To be written by the developper.
Constructor & Destructor Documentation
◆ TEcCluster()
| URANIE::Launcher::TEcCluster::TEcCluster | ( | ) |
Default constructor.
References URANIE::Launcher::TCluster::_blog, and init().
◆ ~TEcCluster()
| URANIE::Launcher::TEcCluster::~TEcCluster | ( | ) |
Default destructor.
References URANIE::Launcher::TCluster::_blog.
Member Function Documentation
◆ changeLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ eligible()
|
static |
◆ getCommandPrefix()
|
overridevirtual |
Implements URANIE::Launcher::TCluster.
◆ GetFromPipe()
| TString URANIE::Launcher::TEcCluster::GetFromPipe | ( | const char * | command, |
| bool | output = false |
||
| ) |
Sets the Cluster name.
- Parameters
-
cluster_name (TString) name of the cluster
◆ getLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ init()
|
overridevirtual |
Construct and return the list of nodes.
Implements URANIE::Launcher::TCluster.
Referenced by TEcCluster().
◆ nodeList()
|
staticprivate |
◆ printLog()
|
overridevirtual |
Reimplemented from URANIE::Launcher::TCluster.
References URANIE::Launcher::TCluster::printLog().
◆ setLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ unsetLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.

Public Member Functions inherited from