Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MessagePassing::SourceDestinationFullRankInfo Class Reference

Encapsulates source/destination information. More...

#include <arcane/parallel/mpithread/HybridMessageQueue.h>

Collaboration diagram for Arcane::MessagePassing::SourceDestinationFullRankInfo:

Public Member Functions

 SourceDestinationFullRankInfo (FullRankInfo s, FullRankInfo d)
FullRankInfo source () const
FullRankInfo destination () const
bool isSameMpiRank () const

Private Attributes

FullRankInfo m_source
FullRankInfo m_destination

Detailed Description

Encapsulates source/destination information.

Definition at line 83 of file HybridMessageQueue.h.

Constructor & Destructor Documentation

◆ SourceDestinationFullRankInfo()

Arcane::MessagePassing::SourceDestinationFullRankInfo::SourceDestinationFullRankInfo ( FullRankInfo s,
FullRankInfo d )
inline

Definition at line 87 of file HybridMessageQueue.h.

Member Function Documentation

◆ destination()

FullRankInfo Arcane::MessagePassing::SourceDestinationFullRankInfo::destination ( ) const
inline

Definition at line 95 of file HybridMessageQueue.h.

◆ isSameMpiRank()

bool Arcane::MessagePassing::SourceDestinationFullRankInfo::isSameMpiRank ( ) const
inline

Definition at line 96 of file HybridMessageQueue.h.

◆ source()

FullRankInfo Arcane::MessagePassing::SourceDestinationFullRankInfo::source ( ) const
inline

Definition at line 94 of file HybridMessageQueue.h.

Member Data Documentation

◆ m_destination

FullRankInfo Arcane::MessagePassing::SourceDestinationFullRankInfo::m_destination
private

Definition at line 104 of file HybridMessageQueue.h.

◆ m_source

FullRankInfo Arcane::MessagePassing::SourceDestinationFullRankInfo::m_source
private

Definition at line 103 of file HybridMessageQueue.h.


The documentation for this class was generated from the following file: