Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
TLauncherByStep.h
Go to the documentation of this file.
Definition: TCluster.h:66
void addExtraDirective(const TString &directive)
Add extra directive.
Definition: TLauncherByStep.h:170
TString getProjectName() const
Get the Project Name.
Definition: TLauncherByStep.h:146
Int_t getAllocatedTime() const
Get the Number of second allocated.
Definition: TLauncherByStep.h:130
virtual void run(Option_t *option="")
Evaluate the code in each working subdirectory.
Definition: TLauncherByStep.cxx:151
Int_t _nAllocatedCores
Definition: TLauncherByStep.h:184
virtual void preTreatment(Option_t *option="")
PreTreatment.
Definition: TLauncherByStep.cxx:81
virtual ~TLauncherByStep()
Default destructor.
Definition: TLauncherByStep.cxx:74
void setProjectName(TString project_name)
Sets the project name.
Definition: TLauncherByStep.h:138
Interface of the class URANIE::Launcher::TLauncher.
void setClusterName(TString cluster_name)
Sets the Cluster name.
Definition: TLauncherByStep.h:154
void setAllocatedTime(Int_t nseconds)
Sets the requested time in seconds.
Definition: TLauncherByStep.h:122
Int_t getNumberOfCores() const
Get the Number of cores allocated
Definition: TLauncherByStep.h:114
TLauncherByStep(URANIE::DataServer::TDataServer *tds, TCode *code, Option_t *option="")
Default constructor.
Definition: TLauncherByStep.cxx:64
virtual void postTreatment(Option_t *option="")
PostTreatment.
Definition: TLauncherByStep.cxx:256
virtual void printLog(Option_t *option="")
Print the log of the class.
Definition: TLauncherByStep.cxx:431
void setNumberOfCores(Int_t ncores)
Sets the number of cores requested.
Definition: TLauncherByStep.h:106
vector< TString > _sListExtraDirectives
Definition: TLauncherByStep.h:196
TString _sClusterName
Definition: TLauncherByStep.h:192
TString _sProjectName
Definition: TLauncherByStep.h:188
TString getClusterName() const
Get the Cluster Name.
Definition: TLauncherByStep.h:162
Definition: TLauncherByStep.h:56
Int_t _nAllocatedSeconds
Definition: TLauncherByStep.h:180