LAMA
|
#include <PGASFunctor.hpp>
Public Member Functions | |
virtual void | iteration (int partner, bool active)=0 |
Protected Member Functions | |
PGASFunctor () | |
virtual | ~PGASFunctor () |
lama::PGASFunctor::PGASFunctor | ( | ) | [protected] |
lama::PGASFunctor::~PGASFunctor | ( | ) | [protected, virtual] |
virtual void lama::PGASFunctor::iteration | ( | int | partner, |
bool | active | ||
) | [pure virtual] |
Implemented in lama::PGASMaxLocFunctor< T >, lama::PGASMaxFunctor< T >, lama::PGASMinFunctor< T >, and lama::PGASSumFunctor< T >.
Referenced by lama::PGASInterface::parallelReduction().