Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Launcher v4.9.0
|
Description of the class TSGECluster. More...
#include <TSGECluster.h>
Public Member Functions | |
Constructor and Destructor | |
TSGECluster () | |
Default constructor. | |
virtual | ~TSGECluster () |
Default destructor. | |
virtual void | init () |
Constructs and returns 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 * | rawNodeList () |
Static Private Attributes | |
static TString | sRawListOfHosts |
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 TSGECluster.
Uranie looks for the environnement variable PE_HOSTFILE to activate the SGE batch. This variable defines an ASCII file
which contains the list of nodes with the format:
where we request 18 slots where we have 8 slots of the node mars028.cluster, 8 slots of the node mars034.cluster and 2 slots of the node mars029.cluster.
Then, the internal list of nodes is as follow:
and we create ASCII files which contains an only node for each nodes:
and use the \it mpirun options machinefile and np
Constructor & Destructor Documentation
◆ TSGECluster()
URANIE::Launcher::TSGECluster::TSGECluster | ( | ) |
Default constructor.
Referenced by ClassImp().
◆ ~TSGECluster()
|
virtual |
Default destructor.
Referenced by ClassImp().
Member Function Documentation
◆ changeLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ eligible()
|
static |
Referenced by ClassImp(), and URANIE::Launcher::TLauncherMulti::createHostsList().
◆ getCommandPrefix()
|
virtual |
Implements URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ getLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ init()
|
virtual |
Constructs and returns the list of nodes.
Implements URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ printLog()
|
virtual |
Reimplemented from URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ rawNodeList()
|
staticprivate |
Referenced by ClassImp().
◆ setLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
◆ unsetLog()
|
inline |
References URANIE::Launcher::TCluster::_blog.
Member Data Documentation
◆ sRawListOfHosts
|
staticprivate |
Referenced by ClassImp().