Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
TLauncher.h
Go to the documentation of this file.
124 URANIE::DataServer::TDSNtupleD* createNtupleDFile(TString &sntlname, TString &slabelvarname, TString &slabelvartype);
Definition: TCluster.h:66
Bool_t _DoMultiDump
Boolean to edit the log.
Definition: TLauncher.h:101
Bool_t _bdrawProgressBar
Boolean to know if the progress bar has to be drawn.
Definition: TLauncher.h:102
Definition: TLauncherEnv.h:53
URANIE::DataServer::TDSNtupleD * createNtupleDFile(TString &sntlname, TString &slabelvarname, TString &slabelvartype)
Builts Results directory, no available options.
working dir for launcher code
void setSave(Int_t nSave=-1)
Activates the save mode and sets number of max saves to perform.
void unsetSave()
Desactivates the save mode and unsets the specified number of max saves.
Definition: TLauncher.h:204
vector< URANIE::DataServer::UEntry * > _OutputVector
Definition: TLauncher.h:109
Bool_t getClean()
Get the clean flag.
Definition: TLauncher.h:233
void setPreProCommand(TString sCommand)
Sets the working directory where to realize the computations.
Definition: TLauncher.h:182
TString _sPostProCommand
The prepro command after each parralel computation.
Definition: TLauncher.h:95
TList * _listOfSaveFile
The list of output files to save with the number of run.
Definition: TLauncher.h:107
void initiateTheEntryVector()
Create fill correctly the UEntry vectors.
void setProcsPerJob(int procs)
Definition: TLauncher.h:292
vector< URANIE::DataServer::UEntry * > _InputVector
Pointer vers un TDS.
Definition: TLauncher.h:109
Int_t _nprocs
The number of process for one job.
Definition: TLauncher.h:105
Int_t _nMaxSave
The authorized number of saves.
Definition: TLauncher.h:106
void unsetEmptyMasterNode()
Definition: TLauncher.h:311
virtual void clean(Option_t *option="")
Cleans the working directory of the code.
void setNoIntermediateSaved(Bool_t bbool=kTRUE)
Set the "only final file" flag.
Definition: TLauncher.h:85
TString getPostProCommand()
Definition: TLauncher.h:192
Bool_t getNoIntermediateSaved()
Get the clean flag.
Definition: TLauncher.h:261
Bool_t _bnoIntermediateSaved
Boolean to decide whether to keep or not the intermediate state.
Definition: TLauncher.h:103
void setDrawProgressBar(Bool_t bbool=kTRUE)
Set the "draw progress bar" flag.
Definition: TLauncher.h:243
void setClean(Bool_t bbool=kTRUE)
Set the clean flag.
Definition: TLauncher.h:224
URANIE::DataServer::UMessageLogger * _fLogger
Definition: TLauncher.h:77
virtual void printLog(Option_t *option="")
TString _sPreProCommand
The prepro command before each parralel computation.
Definition: TLauncher.h:94
Bool_t getDrawProgressBar()
Get the clean flag.
Definition: TLauncher.h:252
virtual void terminate(Option_t *option="")
Terminate phase of the code.
Bool_t _DoLogger
Boolean to edit the log.
Definition: TLauncher.h:100
void addSaveFile(TString sfile)
Defines the output file to save during the launching process.
Bool_t _bclean
Cleans the Working Directory before runing the code.
Definition: TLauncher.h:99
Interface of the class URANIE::Launcher::TCode.
Bool_t _bsave
Saves all the computation files in each directory.
Definition: TLauncher.h:98
void setVarDraw(TString str, TString select="", TString opt="")
Activates and defines the graphics during the launching.
Definition: TLauncher.h:279
void setPostProCommand(TString sCommand)
Set the "postpro" command to execute after each parallel computation.
Definition: TLauncher.h:191