Execute_parallel#

#include <Execute_parallel.h>
Brief description

Interprete permettant l’execution simultanee de plusieurs fichiers .

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Execute\_parallel <class-execute-parallel>`
[Execute\_parallel](#class-execute-parallel)

Detailed description#

data en creant des sous - groupes de processeurs en parallele Voir Execute_parallel::interpreter()

Inherits from#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classExecute__parallel__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

Definition
int Execute_parallel::duplique() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Execute_parallel::duplique() const override <execute-parallel-public-int-execute-parallel-duplique-const-override>`
[int Execute_parallel::duplique() const override](#execute-parallel-public-int-execute-parallel-duplique-const-override)

Execute_parallel#

Definition
Execute_parallel::Execute_parallel()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Execute_parallel::Execute_parallel() <execute-parallel-public-execute-parallel-execute-parallel>`
[Execute_parallel::Execute_parallel()](#execute-parallel-public-execute-parallel-execute-parallel)

get_info#

Definition
const Type_info * Execute_parallel::get_info() const override
Brief description

Donne des informations sur le type de l’ Objet_U .

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Execute_parallel::get_info() const override <execute-parallel-public-const-type-info-ptr-execute-parallel-get-info-const-override>`
[const Type_info * Execute_parallel::get_info() const override](#execute-parallel-public-const-type-info-ptr-execute-parallel-get-info-const-override)

interpreter#

Definition
Entree & Execute_parallel::interpreter(Entree &) override
Brief description

Cree une partition des nproc processeurs du calcul pour interpreter N jeux de donnees differents.

Detailed description

La syntaxe du jeu de donnees est la suivante Execute_parallel { liste_cas N cas1 cas2 cas3 … [ nb_procs N nproc1 nproc2 nproc3 … ] } “cas1” est le nom du cas (on lit le fichier cas1.data sur disque) nproc1 est le nombre de processeurs a utiliser pour ce cas Par defaut, on utilise 1 processeur pour chaque cas Les sorties Cerr et Cout sont redirigees vers le journal du processeur maitre de chaque cas.

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Execute_parallel::interpreter(Entree &) override <execute-parallel-public-entree-ref-execute-parallel-interpreter-entree-ref-override>`
[Entree & Execute_parallel::interpreter(Entree &) override](#execute-parallel-public-entree-ref-execute-parallel-interpreter-entree-ref-override)

taille_memoire#

Definition
unsigned Execute_parallel::taille_memoire() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`unsigned Execute_parallel::taille_memoire() const override <execute-parallel-public-unsigned-execute-parallel-taille-memoire-const-override>`
[unsigned Execute_parallel::taille_memoire() const override](#execute-parallel-public-unsigned-execute-parallel-taille-memoire-const-override)

~Execute_parallel#

Definition
Execute_parallel::~Execute_parallel()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Execute_parallel::~Execute_parallel() <execute-parallel-public-execute-parallel-dtor-execute-parallel>`
[Execute_parallel::~Execute_parallel()](#execute-parallel-public-execute-parallel-dtor-execute-parallel)

cree_instance#

Definition
Objet_U * Execute_parallel::cree_instance()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Objet_U * Execute_parallel::cree_instance() <execute-parallel-public-static-objet-u-ptr-execute-parallel-cree-instance>`
[Objet_U * Execute_parallel::cree_instance()](#execute-parallel-public-static-objet-u-ptr-execute-parallel-cree-instance)

info#

Definition
const Type_info * Execute_parallel::info()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Execute_parallel::info() <execute-parallel-public-static-const-type-info-ptr-execute-parallel-info>`
[const Type_info * Execute_parallel::info()](#execute-parallel-public-static-const-type-info-ptr-execute-parallel-info)

self_cast#

Definition
const Execute_parallel & Execute_parallel::self_cast(const Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Execute_parallel & Execute_parallel::self_cast(const Objet_U &) <execute-parallel-public-static-const-execute-parallel-ref-execute-parallel-self-cast-const-objet-u-ref>`
[const Execute_parallel & Execute_parallel::self_cast(const Objet_U &)](#execute-parallel-public-static-const-execute-parallel-ref-execute-parallel-self-cast-const-objet-u-ref)

self_cast#

Definition
Execute_parallel & Execute_parallel::self_cast(Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Execute_parallel & Execute_parallel::self_cast(Objet_U &) <execute-parallel-public-static-execute-parallel-ref-execute-parallel-self-cast-objet-u-ref>`
[Execute_parallel & Execute_parallel::self_cast(Objet_U &)](#execute-parallel-public-static-execute-parallel-ref-execute-parallel-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Execute_parallel::printOn(Sortie &x) const override
Brief description

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Detailed description

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sortie & Execute_parallel::printOn(Sortie &x) const override <execute-parallel-protected-sortie-ref-execute-parallel-printon-sortie-ref-x-const-override>`
[Sortie & Execute_parallel::printOn(Sortie &x) const override](#execute-parallel-protected-sortie-ref-execute-parallel-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Execute_parallel::readOn(Entree &) override
Brief description

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

Detailed description

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Execute_parallel::readOn(Entree &) override <execute-parallel-protected-entree-ref-execute-parallel-readon-entree-ref-override>`
[Entree & Execute_parallel::readOn(Entree &) override](#execute-parallel-protected-entree-ref-execute-parallel-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Execute_parallel::info_obj