Interface des messages pour le type Type. Plus de détails...
#include <arcane/parallel/mpi/MpiParallelDispatch.h>
Classes | |
class | MinMaxSumInfo |
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 |
MpiDatatype * | datatype () 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. | |
TraceAccessor & | operator= (const TraceAccessor &rhs) |
Opérateur de recopie. | |
virtual | ~TraceAccessor () |
Libère les ressources. | |
ITraceMng * | traceMng () 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 |
Interface des messages pour le type Type.
Définition à la ligne 46 du fichier MpiParallelDispatch.h.
typedef Parallel::eReduceType Arcane::MpiParallelDispatchT< Type >::eReduceType |
Définition à la ligne 65 du fichier MpiParallelDispatch.h.
using Arcane::MpiParallelDispatchT< Type >::PointToPointMessageInfo = Parallel::PointToPointMessageInfo |
Définition à la ligne 66 du fichier MpiParallelDispatch.h.
typedef Parallel::Request Arcane::MpiParallelDispatchT< Type >::Request |
Définition à la ligne 64 du fichier MpiParallelDispatch.h.
Arcane::MpiParallelDispatchT< Type >::MpiParallelDispatchT | ( | ITraceMng * | tm, |
IMessagePassingMng * | parallel_mng, | ||
MpiAdapter * | adapter, | ||
MpiDatatype * | datatype | ||
) |
Définition à la ligne 50 du fichier MpiParallelDispatch.cc.
|
override |
Définition à la ligne 63 du fichier MpiParallelDispatch.cc.
|
private |
Définition à la ligne 275 du fichier MpiParallelDispatch.cc.
|
private |
Définition à la ligne 89 du fichier MpiParallelDispatch.cc.
|
staticprivate |
Définition à la ligne 115 du fichier MpiParallelDispatch.cc.
|
private |
Définition à la ligne 257 du fichier MpiParallelDispatch.cc.
|
private |
Définition à la ligne 266 du fichier MpiParallelDispatch.cc.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 75 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 77 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 105 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 103 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 85 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 87 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 73 du fichier MpiParallelDispatch.h.
|
overridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 187 du fichier MpiParallelDispatch.cc.
|
overridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 172 du fichier MpiParallelDispatch.cc.
|
virtual |
Définition à la ligne 149 du fichier MpiParallelDispatch.cc.
MpiDatatype * Arcane::MpiParallelDispatchT< Type >::datatype | ( | ) | const |
Définition à la ligne 284 du fichier MpiParallelDispatch.cc.
|
overridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 73 du fichier MpiParallelDispatch.cc.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 79 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 81 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 97 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 101 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 95 du fichier MpiParallelDispatch.h.
|
overridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 244 du fichier MpiParallelDispatch.cc.
|
overridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 232 du fichier MpiParallelDispatch.cc.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 83 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 99 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 91 du fichier MpiParallelDispatch.h.
|
inlineoverridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 93 du fichier MpiParallelDispatch.h.
|
overridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 220 du fichier MpiParallelDispatch.cc.
|
overridevirtual |
Implémente Arcane::IParallelDispatchT< Type >.
Définition à la ligne 290 du fichier MpiParallelDispatch.cc.
|
private |
Définition à la ligne 135 du fichier MpiParallelDispatch.h.
|
private |
Définition à la ligne 136 du fichier MpiParallelDispatch.h.
|
private |
Définition à la ligne 132 du fichier MpiParallelDispatch.h.