Arcane  v3.16.0.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::SequentialParallelDispatchT< Type >

Interface des messages pour le type Type. Plus de détails...

+ Graphe d'héritage de Arcane::SequentialParallelDispatchT< Type >:
+ Graphe de collaboration de Arcane::SequentialParallelDispatchT< Type >:

Types publics

typedef Parallel::Request Request
 
typedef Parallel::eReduceType eReduceType
 
- Types publics hérités de Arcane::IParallelDispatchT< Type >
typedef Parallel::Request Request
 
typedef Parallel::eReduceType eReduceType
 
using PointToPointMessageInfo = Parallel::PointToPointMessageInfo
 

Fonctions membres publiques

 SequentialParallelDispatchT (ITraceMng *tm)
 
void finalize () override
 
void broadcast (ArrayView< Type > send_buf, Int32 rank) override
 
void broadcast (Span< Type > send_buf, Int32 rank) override
 
void allGather (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf) override
 
void allGather (Span< const Type > send_buf, Span< Type > recv_buf) override
 
void gather (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Int32 rank) override
 
void gather (Span< const Type > send_buf, Span< Type > recv_buf, Int32 rank) override
 
void scatterVariable (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Int32 root) override
 
void scatterVariable (Span< const Type > send_buf, Span< Type > recv_buf, Int32 root) override
 
void allGatherVariable (ConstArrayView< Type > send_buf, Array< Type > &recv_buf) override
 
void allGatherVariable (Span< const Type > send_buf, Array< Type > &recv_buf) override
 
void gatherVariable (ConstArrayView< Type > send_buf, Array< Type > &recv_buf, Int32 rank) override
 
void gatherVariable (Span< const Type > send_buf, Array< Type > &recv_buf, Int32 rank) override
 
void allToAll (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Integer count) override
 
void allToAll (Span< const Type > send_buf, Span< Type > recv_buf, Int32 count) override
 
void allToAllVariable (ConstArrayView< Type > send_buf, Int32ConstArrayView send_count, Int32ConstArrayView send_index, ArrayView< Type > recv_buf, Int32ConstArrayView recv_count, Int32ConstArrayView recv_index) override
 
void allToAllVariable (Span< const Type > send_buf, ConstArrayView< Int32 > send_count, ConstArrayView< Int32 > send_index, Span< Type > recv_buf, ConstArrayView< Int32 > recv_count, ConstArrayView< Int32 > recv_index) override
 
Request send (ConstArrayView< Type > send_buffer, Int32 rank, bool is_blocked) override
 
Request send (Span< const Type > send_buffer, Int32 rank, bool is_blocked) override
 
Request send (Span< const Type > send_buffer, const PointToPointMessageInfo &message) override
 
Request recv (ArrayView< Type > recv_buffer, Int32 rank, bool is_blocked) override
 
void send (ConstArrayView< Type > send_buffer, Int32 rank) override
 
void recv (ArrayView< Type > recv_buffer, Int32 rank) override
 
Request receive (Span< Type > recv_buffer, Int32 rank, bool is_blocked) override
 
Request receive (Span< Type > recv_buffer, const PointToPointMessageInfo &message) override
 
void sendRecv (ConstArrayView< Type > send_buffer, ArrayView< Type > recv_buffer, Int32 rank) override
 
Type allReduce (eReduceType op, Type v) override
 
void allReduce (eReduceType op, ArrayView< Type > send_buf) override
 
void allReduce (eReduceType op, Span< Type > send_buf) override
 
Request nonBlockingAllReduce (eReduceType op, Span< const Type > send_buf, Span< Type > recv_buf) override
 
Request nonBlockingAllGather (Span< const Type > send_buf, Span< Type > recv_buf) override
 
Request nonBlockingBroadcast (Span< Type > send_buf, Int32 rank) override
 
Request nonBlockingGather (Span< const Type > send_buf, Span< Type > recv_buf, Int32 rank) override
 
Request nonBlockingAllToAll (Span< const Type > send_buf, Span< Type > recv_buf, Int32 count) override
 
Request nonBlockingAllToAllVariable (Span< const Type > send_buf, ConstArrayView< Int32 > send_count, ConstArrayView< Int32 > send_index, Span< Type > recv_buf, ConstArrayView< Int32 > recv_count, ConstArrayView< Int32 > recv_index) override
 
Type scan (eReduceType op, Type v) override
 
void scan (eReduceType op, ArrayView< Type > send_buf) override
 
void computeMinMaxSum (Type val, Type &min_val, Type &max_val, Type &sum_val, Int32 &min_rank, Int32 &max_rank) override
 
void computeMinMaxSum (ConstArrayView< Type > values, ArrayView< Type > min_values, ArrayView< Type > max_values, ArrayView< Type > sum_values, ArrayView< Int32 > min_ranks, ArrayView< Int32 > max_ranks) override
 
ITypeDispatcher< Type > * toArccoreDispatcher () override
 
- Fonctions membres publiques hérités de Arcane::TraceAccessor
 TraceAccessor (ITraceMng *m)
 Construit un accesseur via le gestionnaire de trace m.
 
 TraceAccessor (const TraceAccessor &rhs)
 Constructeur par recopie.
 
TraceAccessoroperator= (const TraceAccessor &rhs)
 Opérateur de recopie.
 
virtual ~TraceAccessor ()
 Libère les ressources.
 
ITraceMngtraceMng () const
 Gestionnaire de trace.
 
TraceMessage info () const
 Flot pour un message d'information.
 
TraceMessage pinfo () const
 Flot pour un message d'information en parallèle.
 
TraceMessage info (char category) const
 Flot pour un message d'information d'une catégorie donnée.
 
TraceMessage pinfo (char category) const
 Flot pour un message d'information parallèle d'une catégorie donnée.
 
TraceMessage info (bool v) const
 Flot pour un message d'information.
 
TraceMessage warning () const
 Flot pour un message d'avertissement.
 
TraceMessage pwarning () const
 
TraceMessage error () const
 Flot pour un message d'erreur.
 
TraceMessage perror () const
 
TraceMessage log () const
 Flot pour un message de log.
 
TraceMessage plog () const
 Flot pour un message de log.
 
TraceMessage logdate () const
 Flot pour un message de log précédé de la date.
 
TraceMessage fatal () const
 Flot pour un message d'erreur fatale.
 
TraceMessage pfatal () const
 Flot pour un message d'erreur fatale en parallèle.
 
TraceMessageDbg debug (Trace::eDebugLevel=Trace::Medium) const
 Flot pour un message de debug.
 
Trace::eDebugLevel configDbgLevel () const
 Niveau debug du fichier de configuration.
 
TraceMessage info (Int32 verbose_level) const
 Flot pour un message d'information d'un niveau donné
 
TraceMessage linfo () const
 Flot pour un message d'information avec le niveau d'information local à cette instance.
 
TraceMessage linfo (Int32 relative_level) const
 Flot pour un message d'information avec le niveau d'information local à cette instance.
 
void fatalMessage (const StandaloneTraceMessage &o) const
 
- Fonctions membres publiques hérités de Arcane::MessagePassing::ITypeDispatcher< Type >
virtual Request gather (GatherMessageInfo< Type > &)
 

Membres hérités additionnels

- Fonctions membres protégées hérités de Arcane::TraceAccessor
void _setLocalVerboseLevel (Int32 v)
 
Int32 _localVerboseLevel () const
 

Description détaillée

template<class Type>
class Arcane::SequentialParallelDispatchT< Type >

Interface des messages pour le type Type.

Définition à la ligne 93 du fichier SequentialParallelMng.cc.

Documentation des définitions de type membres

◆ eReduceType

template<class Type>
typedef Parallel::eReduceType Arcane::SequentialParallelDispatchT< Type >::eReduceType

Définition à la ligne 100 du fichier SequentialParallelMng.cc.

◆ Request

template<class Type>
typedef Parallel::Request Arcane::SequentialParallelDispatchT< Type >::Request

Définition à la ligne 99 du fichier SequentialParallelMng.cc.

Documentation des constructeurs et destructeur

◆ SequentialParallelDispatchT()

template<class Type>
Arcane::SequentialParallelDispatchT< Type >::SequentialParallelDispatchT ( ITraceMng * tm)
inline

Définition à la ligne 102 du fichier SequentialParallelMng.cc.

Documentation des fonctions membres

◆ allGather() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allGather ( ConstArrayView< Type > send_buf,
ArrayView< Type > recv_buf )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 116 du fichier SequentialParallelMng.cc.

◆ allGather() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allGather ( Span< const Type > send_buf,
Span< Type > recv_buf )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 120 du fichier SequentialParallelMng.cc.

◆ allGatherVariable() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allGatherVariable ( ConstArrayView< Type > send_buf,
Array< Type > & recv_buf )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 144 du fichier SequentialParallelMng.cc.

◆ allGatherVariable() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allGatherVariable ( Span< const Type > send_buf,
Array< Type > & recv_buf )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 148 du fichier SequentialParallelMng.cc.

◆ allReduce() [1/3]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allReduce ( eReduceType op,
ArrayView< Type > send_buf )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 262 du fichier SequentialParallelMng.cc.

◆ allReduce() [2/3]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allReduce ( eReduceType op,
Span< Type > send_buf )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 267 du fichier SequentialParallelMng.cc.

◆ allReduce() [3/3]

template<class Type>
Type Arcane::SequentialParallelDispatchT< Type >::allReduce ( eReduceType op,
Type v )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 257 du fichier SequentialParallelMng.cc.

◆ allToAll() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allToAll ( ConstArrayView< Type > send_buf,
ArrayView< Type > recv_buf,
Integer count )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 166 du fichier SequentialParallelMng.cc.

◆ allToAll() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allToAll ( Span< const Type > send_buf,
Span< Type > recv_buf,
Int32 count )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 171 du fichier SequentialParallelMng.cc.

◆ allToAllVariable() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allToAllVariable ( ConstArrayView< Type > send_buf,
Int32ConstArrayView send_count,
Int32ConstArrayView send_index,
ArrayView< Type > recv_buf,
Int32ConstArrayView recv_count,
Int32ConstArrayView recv_index )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 176 du fichier SequentialParallelMng.cc.

◆ allToAllVariable() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::allToAllVariable ( Span< const Type > send_buf,
ConstArrayView< Int32 > send_count,
ConstArrayView< Int32 > send_index,
Span< Type > recv_buf,
ConstArrayView< Int32 > recv_count,
ConstArrayView< Int32 > recv_index )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 189 du fichier SequentialParallelMng.cc.

◆ broadcast() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::broadcast ( ArrayView< Type > send_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 106 du fichier SequentialParallelMng.cc.

◆ broadcast() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::broadcast ( Span< Type > send_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 111 du fichier SequentialParallelMng.cc.

◆ computeMinMaxSum() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::computeMinMaxSum ( ConstArrayView< Type > values,
ArrayView< Type > min_values,
ArrayView< Type > max_values,
ArrayView< Type > sum_values,
ArrayView< Int32 > min_ranks,
ArrayView< Int32 > max_ranks )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 330 du fichier SequentialParallelMng.cc.

◆ computeMinMaxSum() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::computeMinMaxSum ( Type val,
Type & min_val,
Type & max_val,
Type & sum_val,
Int32 & min_rank,
Int32 & max_rank )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 323 du fichier SequentialParallelMng.cc.

◆ finalize()

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::finalize ( )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 104 du fichier SequentialParallelMng.cc.

◆ gather() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::gather ( ConstArrayView< Type > send_buf,
ArrayView< Type > recv_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 124 du fichier SequentialParallelMng.cc.

◆ gather() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::gather ( Span< const Type > send_buf,
Span< Type > recv_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 129 du fichier SequentialParallelMng.cc.

◆ gatherVariable() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::gatherVariable ( ConstArrayView< Type > send_buf,
Array< Type > & recv_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 152 du fichier SequentialParallelMng.cc.

◆ gatherVariable() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::gatherVariable ( Span< const Type > send_buf,
Array< Type > & recv_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 159 du fichier SequentialParallelMng.cc.

◆ nonBlockingAllGather()

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::nonBlockingAllGather ( Span< const Type > send_buf,
Span< Type > recv_buf )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 279 du fichier SequentialParallelMng.cc.

◆ nonBlockingAllReduce()

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::nonBlockingAllReduce ( eReduceType op,
Span< const Type > send_buf,
Span< Type > recv_buf )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 272 du fichier SequentialParallelMng.cc.

◆ nonBlockingAllToAll()

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::nonBlockingAllToAll ( Span< const Type > send_buf,
Span< Type > recv_buf,
Int32 count )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 296 du fichier SequentialParallelMng.cc.

◆ nonBlockingAllToAllVariable()

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::nonBlockingAllToAllVariable ( Span< const Type > send_buf,
ConstArrayView< Int32 > send_count,
ConstArrayView< Int32 > send_index,
Span< Type > recv_buf,
ConstArrayView< Int32 > recv_count,
ConstArrayView< Int32 > recv_index )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 302 du fichier SequentialParallelMng.cc.

◆ nonBlockingBroadcast()

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::nonBlockingBroadcast ( Span< Type > send_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 284 du fichier SequentialParallelMng.cc.

◆ nonBlockingGather()

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::nonBlockingGather ( Span< const Type > send_buf,
Span< Type > recv_buf,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 290 du fichier SequentialParallelMng.cc.

◆ receive() [1/2]

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::receive ( Span< Type > recv_buffer,
const PointToPointMessageInfo & message )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 245 du fichier SequentialParallelMng.cc.

◆ receive() [2/2]

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::receive ( Span< Type > recv_buffer,
Int32 rank,
bool is_blocked )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 237 du fichier SequentialParallelMng.cc.

◆ recv() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::recv ( ArrayView< Type > recv_buffer,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 231 du fichier SequentialParallelMng.cc.

◆ recv() [2/2]

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::recv ( ArrayView< Type > recv_buffer,
Int32 rank,
bool is_blocked )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 221 du fichier SequentialParallelMng.cc.

◆ scan() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::scan ( eReduceType op,
ArrayView< Type > send_buf )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 318 du fichier SequentialParallelMng.cc.

◆ scan() [2/2]

template<class Type>
Type Arcane::SequentialParallelDispatchT< Type >::scan ( eReduceType op,
Type v )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 313 du fichier SequentialParallelMng.cc.

◆ scatterVariable() [1/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::scatterVariable ( ConstArrayView< Type > send_buf,
ArrayView< Type > recv_buf,
Int32 root )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 134 du fichier SequentialParallelMng.cc.

◆ scatterVariable() [2/2]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::scatterVariable ( Span< const Type > send_buf,
Span< Type > recv_buf,
Int32 root )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 139 du fichier SequentialParallelMng.cc.

◆ send() [1/4]

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::send ( ConstArrayView< Type > send_buffer,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 225 du fichier SequentialParallelMng.cc.

◆ send() [2/4]

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::send ( ConstArrayView< Type > send_buffer,
Int32 rank,
bool is_blocked )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 202 du fichier SequentialParallelMng.cc.

◆ send() [3/4]

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::send ( Span< const Type > send_buffer,
const PointToPointMessageInfo & message )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 214 du fichier SequentialParallelMng.cc.

◆ send() [4/4]

template<class Type>
Request Arcane::SequentialParallelDispatchT< Type >::send ( Span< const Type > send_buffer,
Int32 rank,
bool is_blocked )
inlineoverridevirtual

Implémente Arcane::MessagePassing::ITypeDispatcher< Type >.

Définition à la ligne 206 du fichier SequentialParallelMng.cc.

◆ sendRecv()

template<class Type>
void Arcane::SequentialParallelDispatchT< Type >::sendRecv ( ConstArrayView< Type > send_buffer,
ArrayView< Type > recv_buffer,
Int32 rank )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 252 du fichier SequentialParallelMng.cc.

◆ toArccoreDispatcher()

template<class Type>
ITypeDispatcher< Type > * Arcane::SequentialParallelDispatchT< Type >::toArccoreDispatcher ( )
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 343 du fichier SequentialParallelMng.cc.


La documentation de cette classe a été générée à partir du fichier suivant :