KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Encapsulates a single intermediate result (value) and its index. More...
#include <reproducible_reduce.hpp>
Public Attributes | |
size_t | index |
Global index according to reduction order. | |
T | value |
Intermediate value during calculation. | |
Encapsulates a single intermediate result (value) and its index.
T | Type of the stored value. |