|
KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
|
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. |