Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]()  | 
  
    Uranie / Launcher
    v4.10.0
    
   | 
 
Description of the class TLoadLevelerCluster. More...
#include <TLoadLevelerCluster.h>


Public Member Functions | |
Constructor and Destructor  | |
| TLoadLevelerCluster () | |
| Default constructor.  More... | |
| virtual | ~TLoadLevelerCluster () | 
| Default destructor.  More... | |
| virtual void | init () | 
| Construct and return the list of nodes.  More... | |
| 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.  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 TLoadLevelerCluster.
To be written by the developper.
Example of environment variable LOADL_PROCESSOR_LIST  LOADL_PROCESSOR_LIST=poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare047-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr poincare056-adm.maisondelasimulation.fr  
Constructor & Destructor Documentation
◆ TLoadLevelerCluster()
| URANIE::Launcher::TLoadLevelerCluster::TLoadLevelerCluster | ( | ) | 
Default constructor.
Referenced by ClassImp().
◆ ~TLoadLevelerCluster()
      
  | 
  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 | 
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.
            
            
 Public Member Functions inherited from