Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Launcher v4.9.0
|
TLauncherByStep.h
Go to the documentation of this file.
Interface of the class URANIE::Launcher::TLauncher.
Definition TLauncherByStep.h:57
Int_t getAllocatedTime() const
Get the Number of second allocated.
Definition TLauncherByStep.h:130
void addExtraDirective(const TString &directive)
Add extra directive.
Definition TLauncherByStep.h:170
vector< TString > _sListExtraDirectives
Definition TLauncherByStep.h:196
void setAllocatedTime(Int_t nseconds)
Sets the requested time in seconds.
Definition TLauncherByStep.h:122
virtual void run(Option_t *option="")
Evaluate the code in each working subdirectory.
Definition TLauncherByStep.cxx:146
virtual void printLog(Option_t *option="")
Print the log of the class.
Definition TLauncherByStep.cxx:445
TString getClusterName() const
Get the Cluster Name.
Definition TLauncherByStep.h:162
virtual void preTreatment(Option_t *option="")
PreTreatment.
Definition TLauncherByStep.cxx:78
Int_t getNumberOfCores() const
Get the Number of cores allocated
Definition TLauncherByStep.h:114
TString _sProjectName
Definition TLauncherByStep.h:188
Int_t _nAllocatedSeconds
Definition TLauncherByStep.h:180
virtual void postTreatment(Option_t *option="")
PostTreatment.
Definition TLauncherByStep.cxx:250
void setNumberOfCores(Int_t ncores)
Sets the number of cores requested.
Definition TLauncherByStep.h:106
TString _sClusterName
Definition TLauncherByStep.h:192
void setProjectName(TString project_name)
Sets the project name.
Definition TLauncherByStep.h:138
TString getProjectName() const
Get the Project Name.
Definition TLauncherByStep.h:146
virtual ~TLauncherByStep()
Default destructor.
Definition TLauncherByStep.cxx:71
void setClusterName(TString cluster_name)
Sets the Cluster name.
Definition TLauncherByStep.h:154
Int_t _nAllocatedCores
Definition TLauncherByStep.h:184
Definition TCluster.h:67