|
Sierra Toolkit
Version of the Day
|
#include <MPI.hpp>
Public Types | |
|
typedef std::vector < ReduceInterface * > | ReduceVector |
Public Member Functions | |
| void | add (ReduceInterface *reduce_interface) |
| size_t | size () const |
| void | copyin (void *const buffer_in) const |
| void | copyout (void *const buffer_out) const |
| void | op (void *const buffer_in, void *const buffer_out) const |
Static Public Member Functions | |
| static void | void_op (void *inv, void *outv, int *n, MPI_Datatype *datatype) |