Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MpiParallelDispatchT< Type >::MinMaxSumInfo Class Reference
Collaboration diagram for Arcane::MpiParallelDispatchT< Type >::MinMaxSumInfo:

Public Attributes

Integer m_min_rank
Integer m_max_rank
Type m_min_value
Type m_max_value
Type m_sum_value

Detailed Description

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

Definition at line 55 of file MpiParallelDispatch.h.

Member Data Documentation

◆ m_max_rank

template<class Type>
Integer Arcane::MpiParallelDispatchT< Type >::MinMaxSumInfo::m_max_rank

Definition at line 60 of file MpiParallelDispatch.h.

◆ m_max_value

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

Definition at line 62 of file MpiParallelDispatch.h.

◆ m_min_rank

template<class Type>
Integer Arcane::MpiParallelDispatchT< Type >::MinMaxSumInfo::m_min_rank

Definition at line 59 of file MpiParallelDispatch.h.

◆ m_min_value

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

Definition at line 61 of file MpiParallelDispatch.h.

◆ m_sum_value

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

Definition at line 63 of file MpiParallelDispatch.h.


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