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

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

#include <arcane/parallel/mpi/MpiParallelDispatch.h>

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

Classes

class  MinMaxSumInfo
 

Types publics

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

Fonctions membres publiques

ARCANE_MPI_EXPORT MpiParallelDispatchT (ITraceMng *tm, IMessagePassingMng *parallel_mng, MpiAdapter *adapter, MpiDatatype *datatype)
 
ARCANE_MPI_EXPORT void finalize () override
 
void broadcast (ArrayView< Type > send_buf, Int32 rank) override
 
void allGather (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf) override
 
void allGatherVariable (ConstArrayView< Type > send_buf, Array< Type > &recv_buf) override
 
void gather (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Int32 rank) override
 
void gatherVariable (ConstArrayView< Type > send_buf, Array< Type > &recv_buf, Int32 rank) override
 
void scatterVariable (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Int32 root) override
 
void allToAll (ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Integer 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
 
Request send (ConstArrayView< Type > send_buffer, Int32 rank, bool is_blocked) override
 
Request send (Span< const Type > recv_buffer, const PointToPointMessageInfo &message) override
 
Request recv (ArrayView< Type > recv_buffer, Int32 rank, bool is_blocked) override
 
Request receive (Span< Type > recv_buffer, const PointToPointMessageInfo &message) override
 
void send (ConstArrayView< Type > send_buffer, Int32 rank) override
 
void recv (ArrayView< Type > recv_buffer, Int32 rank) override
 
Type allReduce (eReduceType op, Type send_buf) override
 
void allReduce (eReduceType op, ArrayView< Type > send_buf) override
 
ARCANE_MPI_EXPORT void sendRecv (ConstArrayView< Type > send_buffer, ArrayView< Type > recv_buffer, Int32 rank) override
 
ARCANE_MPI_EXPORT Type scan (eReduceType op, Type send_buf) override
 
ARCANE_MPI_EXPORT void scan (eReduceType op, ArrayView< Type > send_buf) override
 
ARCANE_MPI_EXPORT void computeMinMaxSum (Type val, Type &min_val, Type &max_val, Type &sum_val, Int32 &min_rank, Int32 &max_rank) override
 
ARCANE_MPI_EXPORT 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
 
MpiDatatypedatatype () const
 
virtual ARCANE_MPI_EXPORT void computeMinMaxSumNoInit (Type &min_val, Type &max_val, Type &sum_val, Int32 &min_rank, Int32 &max_rank)
 
- Fonctions membres publiques hérités de Arccore::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 Arccore::ReferenceCounterImpl
void addReference ()
 
void removeReference ()
 
void _internalAddReference ()
 
bool _internalRemoveReference ()
 

Fonctions membres privées

 ARCCORE_INTERNAL_DEFINE_REFERENCE_COUNTED_INCLASS_METHODS ()
 
void _initialize ()
 
MPI_Datatype _mpiDatatype ()
 
MpiAdapter_adapter ()
 
MPI_Op _mpiReduceOperator (eReduceType rt)
 

Fonctions membres privées statiques

static void ARCANE_MPIOP_CALL _MinMaxSumOperator (void *a, void *b, int *len, MPI_Datatype *type)
 

Attributs privés

MP::Mpi::MpiTypeDispatcher< Type > * m_mp_dispatcher
 
MPI_Datatype m_min_max_sum_datatype
 
MPI_Op m_min_max_sum_operator
 

Membres hérités additionnels

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

Description détaillée

template<class Type>
class Arcane::MpiParallelDispatchT< Type >

Interface des messages pour le type Type.

Définition à la ligne 46 du fichier MpiParallelDispatch.h.

Documentation des définitions de type membres

◆ eReduceType

Définition à la ligne 65 du fichier MpiParallelDispatch.h.

◆ PointToPointMessageInfo

Définition à la ligne 66 du fichier MpiParallelDispatch.h.

◆ Request

Définition à la ligne 64 du fichier MpiParallelDispatch.h.

Documentation des constructeurs et destructeur

◆ MpiParallelDispatchT()

template<class Type >
Arcane::MpiParallelDispatchT< Type >::MpiParallelDispatchT ( ITraceMng tm,
IMessagePassingMng parallel_mng,
MpiAdapter adapter,
MpiDatatype datatype 
)

Définition à la ligne 50 du fichier MpiParallelDispatch.cc.

◆ ~MpiParallelDispatchT()

Définition à la ligne 63 du fichier MpiParallelDispatch.cc.

Documentation des fonctions membres

◆ _adapter()

template<class Type >
MpiAdapter * Arcane::MpiParallelDispatchT< Type >::_adapter ( )
private

Définition à la ligne 275 du fichier MpiParallelDispatch.cc.

◆ _initialize()

template<class Type >
void Arcane::MpiParallelDispatchT< Type >::_initialize ( )
private

Définition à la ligne 89 du fichier MpiParallelDispatch.cc.

◆ _MinMaxSumOperator()

template<class Type >
void ARCANE_MPIOP_CALL Arcane::MpiParallelDispatchT< Type >::_MinMaxSumOperator ( void a,
void b,
int len,
MPI_Datatype type 
)
staticprivate

Définition à la ligne 115 du fichier MpiParallelDispatch.cc.

◆ _mpiDatatype()

template<class Type >
MPI_Datatype Arcane::MpiParallelDispatchT< Type >::_mpiDatatype ( )
private

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

◆ _mpiReduceOperator()

template<class Type >
MPI_Op Arcane::MpiParallelDispatchT< Type >::_mpiReduceOperator ( eReduceType  rt)
private

Définition à la ligne 266 du fichier MpiParallelDispatch.cc.

◆ allGather()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 75 du fichier MpiParallelDispatch.h.

◆ allGatherVariable()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 77 du fichier MpiParallelDispatch.h.

◆ allReduce() [1/2]

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 105 du fichier MpiParallelDispatch.h.

◆ allReduce() [2/2]

template<class Type >
Type Arcane::MpiParallelDispatchT< Type >::allReduce ( eReduceType  op,
Type  send_buf 
)
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 103 du fichier MpiParallelDispatch.h.

◆ allToAll()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 85 du fichier MpiParallelDispatch.h.

◆ allToAllVariable()

template<class Type >
void Arcane::MpiParallelDispatchT< 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 87 du fichier MpiParallelDispatch.h.

◆ broadcast()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 73 du fichier MpiParallelDispatch.h.

◆ computeMinMaxSum() [1/2]

template<class Type >
void Arcane::MpiParallelDispatchT< 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 
)
overridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 187 du fichier MpiParallelDispatch.cc.

◆ computeMinMaxSum() [2/2]

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 172 du fichier MpiParallelDispatch.cc.

◆ computeMinMaxSumNoInit()

template<class Type >
void Arcane::MpiParallelDispatchT< Type >::computeMinMaxSumNoInit ( Type min_val,
Type max_val,
Type sum_val,
Int32 &  min_rank,
Int32 &  max_rank 
)
virtual

Définition à la ligne 149 du fichier MpiParallelDispatch.cc.

◆ datatype()

template<class Type >
MpiDatatype * Arcane::MpiParallelDispatchT< Type >::datatype ( ) const

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

◆ finalize()

template<class Type >
void Arcane::MpiParallelDispatchT< Type >::finalize ( )
overridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 73 du fichier MpiParallelDispatch.cc.

◆ gather()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 79 du fichier MpiParallelDispatch.h.

◆ gatherVariable()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 81 du fichier MpiParallelDispatch.h.

◆ receive()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 97 du fichier MpiParallelDispatch.h.

◆ recv() [1/2]

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 101 du fichier MpiParallelDispatch.h.

◆ recv() [2/2]

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 95 du fichier MpiParallelDispatch.h.

◆ scan() [1/2]

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 244 du fichier MpiParallelDispatch.cc.

◆ scan() [2/2]

template<class Type >
Type Arcane::MpiParallelDispatchT< Type >::scan ( eReduceType  op,
Type  send_buf 
)
overridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 232 du fichier MpiParallelDispatch.cc.

◆ scatterVariable()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 83 du fichier MpiParallelDispatch.h.

◆ send() [1/3]

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 99 du fichier MpiParallelDispatch.h.

◆ send() [2/3]

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 91 du fichier MpiParallelDispatch.h.

◆ send() [3/3]

template<class Type >
Request Arcane::MpiParallelDispatchT< Type >::send ( Span< const Type recv_buffer,
const PointToPointMessageInfo message 
)
inlineoverridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 93 du fichier MpiParallelDispatch.h.

◆ sendRecv()

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

Implémente Arcane::IParallelDispatchT< Type >.

Définition à la ligne 220 du fichier MpiParallelDispatch.cc.

◆ toArccoreDispatcher()

template<class Type >
ITypeDispatcher< Type > * Arcane::MpiParallelDispatchT< Type >::toArccoreDispatcher ( )
overridevirtual

Implémente Arcane::IParallelDispatchT< Type >.

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

Documentation des données membres

◆ m_min_max_sum_datatype

template<class Type >
MPI_Datatype Arcane::MpiParallelDispatchT< Type >::m_min_max_sum_datatype
private

Définition à la ligne 135 du fichier MpiParallelDispatch.h.

◆ m_min_max_sum_operator

template<class Type >
MPI_Op Arcane::MpiParallelDispatchT< Type >::m_min_max_sum_operator
private

Définition à la ligne 136 du fichier MpiParallelDispatch.h.

◆ m_mp_dispatcher

template<class Type >
MP::Mpi::MpiTypeDispatcher<Type>* Arcane::MpiParallelDispatchT< Type >::m_mp_dispatcher
private

Définition à la ligne 132 du fichier MpiParallelDispatch.h.


La documentation de cette classe a été générée à partir des fichiers suivants :