Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]()  | 
  
    Uranie / Launcher
    v4.10.0
    
   | 
 
Description of the class TLocalHostCluster. More...
#include <TLocalHostCluster.h>


Public Member Functions | |
Constructor and Destructor  | |
| TLocalHostCluster () | |
| Default constructor.  More... | |
| virtual | ~TLocalHostCluster () | 
| Default destructor.  More... | |
| virtual void | init () | 
| Construct and return the list of nodes.  More... | |
| virtual void | getCommandPrefix (char *, char *) | 
| void | setMultiDump (bool dumpit) | 
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.  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 (Option_t *) | 
Static Private Member Functions | |
| static const char * | nodeList () | 
Private Attributes | |
| bool | _bMultiDump | 
Static Private Attributes | |
| static TRegexp | __Cre | 
| static int | __Cnnode | 
| static TString | __Chost | 
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 TLocalHostCluster.
To be written by the developper.
Constructor & Destructor Documentation
◆ TLocalHostCluster()
| URANIE::Launcher::TLocalHostCluster::TLocalHostCluster | ( | ) | 
Default constructor.
Referenced by ClassImp().
◆ ~TLocalHostCluster()
      
  | 
  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 | 
Construct and return the list of nodes.
Implements URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ nodeList()
      
  | 
  staticprivate | 
◆ printLog()
      
  | 
  virtual | 
Reimplemented from URANIE::Launcher::TCluster.
Referenced by ClassImp().
◆ setLog()
      
  | 
  inline | 
References URANIE::Launcher::TCluster::_blog.
◆ setMultiDump()
      
  | 
  inline | 
References _bMultiDump.
◆ unsetLog()
      
  | 
  inline | 
References URANIE::Launcher::TCluster::_blog.
Member Data Documentation
◆ __Chost
      
  | 
  staticprivate | 
Referenced by ClassImp().
◆ __Cnnode
      
  | 
  staticprivate | 
Referenced by ClassImp().
◆ __Cre
      
  | 
  staticprivate | 
Referenced by ClassImp().
◆ _bMultiDump
      
  | 
  private | 
Referenced by ClassImp(), and setMultiDump().
                                
            
 Public Member Functions inherited from