English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: TSubMpiRun.h Source File
Uranie / ReLauncher v4.9.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
34namespace URANIE
35{
36namespace MpiRelauncher
37{
38
39class TSubMpiRun : public TMpiRun
40{
41protected:
42 int _sz, _id;
43
44public:
46
48 virtual ~TSubMpiRun();
49
50 ClassDef(URANIE::MpiRelauncher::TSubMpiRun, ID_RELAUNCHER)
51};
52
53}} //namespace
54
55#endif
evaluation dun jeu de parametres
Definition TMpiRun.h:46
Definition TSubMpiRun.h:40
virtual ~TSubMpiRun()
Definition TSubMpiRun.cxx:44
int _id
Definition TSubMpiRun.h:42
int _sz
Definition TSubMpiRun.h:42
Definition TEval.h:50
Definition TBaseEval.cxx:44