LAMA
|
#include <PGASMaxLocFunctor.hpp>
Public Member Functions | |
PGASMaxLocFunctor (T val) | |
virtual | ~PGASMaxLocFunctor () |
virtual void | iteration (int partner, bool active) |
T | getResult () |
int | getLoc () |
Private Attributes | |
T * | mResult |
T * | mWork |
int * | mWorkRank |
int * | mResultRank |
const PGASInterface *const | mInterface |
lama::PGASMaxLocFunctor< T >::PGASMaxLocFunctor | ( | T | val | ) |
lama::PGASMaxLocFunctor< T >::~PGASMaxLocFunctor | ( | ) | [virtual] |
int lama::PGASMaxLocFunctor< T >::getLoc | ( | ) |
Referenced by lama::PGASInterface::maxloc().
T lama::PGASMaxLocFunctor< T >::getResult | ( | ) |
Referenced by lama::PGASInterface::maxloc().
void lama::PGASMaxLocFunctor< T >::iteration | ( | int | partner, |
bool | active | ||
) | [virtual] |
Implements lama::PGASFunctor.
const PGASInterface* const lama::PGASMaxLocFunctor< T >::mInterface [private] |
Referenced by lama::PGASMaxLocFunctor< T >::PGASMaxLocFunctor().
T* lama::PGASMaxLocFunctor< T >::mResult [private] |
Referenced by lama::PGASMaxLocFunctor< T >::PGASMaxLocFunctor().
int* lama::PGASMaxLocFunctor< T >::mResultRank [private] |
Referenced by lama::PGASMaxLocFunctor< T >::PGASMaxLocFunctor().
T* lama::PGASMaxLocFunctor< T >::mWork [private] |
Referenced by lama::PGASMaxLocFunctor< T >::PGASMaxLocFunctor().
int* lama::PGASMaxLocFunctor< T >::mWorkRank [private] |