![]() |
fpmas 1.6
|
#include <output.h>
Classes | |
class | All |
class | Single |
Public Types | |
typedef T | Type |
typedef Void | Params |
A DistributedOperation
that can be used to fetch data.
Data is gathered from all processes, and reduced using the provided BinaryOp
, which applies the + operator by default.
BinaryOp | Function object used to reduce data. See https://en.cppreference.com/w/cpp/utility/functional for useful predefined operators. |
Mpi | fpmas::api::communication::TypedMpi implementation |
typedef T fpmas::io::Reduce< T, BinaryOp, Mpi >::Type |
Type returned by the internal Watcher.
typedef Void fpmas::io::Reduce< T, BinaryOp, Mpi >::Params |
Reduce does not take any extra parameter.