KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
Loading...
Searching...
No Matches
kamping::plugin::reproducible_reduce::MessageBufferEntry< T > Struct Template Reference

Encapsulates a single intermediate result (value) and its index. More...

#include <reproducible_reduce.hpp>

Collaboration diagram for kamping::plugin::reproducible_reduce::MessageBufferEntry< T >:

Public Attributes

size_t index
 Global index according to reduction order.
 
value
 Intermediate value during calculation.
 

Detailed Description

template<typename T>
struct kamping::plugin::reproducible_reduce::MessageBufferEntry< T >

Encapsulates a single intermediate result (value) and its index.

Template Parameters
TType of the stored value.

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