English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: TSubMpiRun.h Source File
Uranie / ReLauncher  v4.10.0
/* @license-end */
TSubMpiRun.h
Go to the documentation of this file.
1 /* --- Ansi C --- */
3 // Copyright (C) 2021 CEA/DEN
4 //
5 // This program is free software: you can redistribute it and/or
6 // modify it under the terms of the GNU Lesser General Public License
7 // as published by the Free Software Foundation, either version 3 of
8 // the License, or any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public
16 // License along with this program.
17 // if not, see <http://www.gnu.org/licenses/>.
19 
27 #ifndef __SUBMPIRUN__
28 #define __SUBMPIRUN__
29 
30 #include "TMpiRun.h"
31 
32 #include "TEval.h"
33 
34 namespace URANIE
35 {
36 namespace MpiRelauncher
37 {
38 
39 class TSubMpiRun : public TMpiRun
40 {
41 protected:
42  int _sz, _id;
43 
44 public:
46 
48  virtual ~TSubMpiRun();
49 
50  ClassDef(URANIE::MpiRelauncher::TSubMpiRun, ID_RELAUNCHER)
51 };
52 
53 }} //namespace
54 
55 #endif
Definition: TBaseEval.cxx:44
int _id
Definition: TSubMpiRun.h:42
Definition: TSubMpiRun.h:39
TSubMpiRun(URANIE::Relauncher::TEval *r)
Definition: TSubMpiRun.cxx:38
virtual ~TSubMpiRun()
Definition: TSubMpiRun.cxx:44
Definition: TEval.h:49
evaluation dun jeu de parametres
int _sz
Definition: TSubMpiRun.h:42
Definition: TMpiRun.h:45