English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: TRun.h File Reference
Uranie / ReLauncher v4.9.0
/* @license-end */
TRun.h File Reference
#include "Rtypes.h"
#include "Relauncher.h"
#include "TEval.h"
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

Author
Gilles ARNAUD Gille.nosp@m.s.Ar.nosp@m.naud@.nosp@m.cea..nosp@m.fr
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++)