Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / ReLauncher v4.9.0
|
TRun.h File Reference
Include dependency graph for TRun.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | URANIE::Relauncher::TRun |
Namespaces | |
namespace | URANIE |
namespace | URANIE::Relauncher |
Macros | |
#define | MASTERBLOCK(run) int mb; for((run).startSlave(), mb=0; (run).onMaster() && !mb ; (run).stopSlave(), mb++) |
Detailed Description
- Date
- 2011-03-30.11.00.16
Macro Definition Documentation
◆ MASTERBLOCK
#define MASTERBLOCK | ( | run | ) | int mb; for((run).startSlave(), mb=0; (run).onMaster() && !mb ; (run).stopSlave(), mb++) |