Public Member Functions | |
| MPIOp (const std::string &name) | |
| const std::string & | name () const |
Static Public Member Functions | |
| static MPIOp | sumOp () |
| static MPIOp | minOp () |
| static MPIOp | maxOp () |
| static MPIOp | minlocOp () |
| static MPIOp | maxlocOp () |
| static MPIOp | productOp () |
| static void | registerOp (const MPIOp &op) |
Definition at line 24 of file PlayaMPIOp.hpp.
| Playa::MPIOp::MPIOp | ( | const std::string & | name | ) |
Definition at line 22 of file PlayaMPIOp.cpp.
| const std::string& Playa::MPIOp::name | ( | ) | const [inline] |
Definition at line 36 of file PlayaMPIOp.hpp.
| MPIOp Playa::MPIOp::sumOp | ( | ) | [static] |
Definition at line 79 of file PlayaMPIOp.cpp.
| MPIOp Playa::MPIOp::minOp | ( | ) | [static] |
Definition at line 90 of file PlayaMPIOp.cpp.
| MPIOp Playa::MPIOp::maxOp | ( | ) | [static] |
Definition at line 100 of file PlayaMPIOp.cpp.
| MPIOp Playa::MPIOp::minlocOp | ( | ) | [static] |
Definition at line 110 of file PlayaMPIOp.cpp.
| MPIOp Playa::MPIOp::maxlocOp | ( | ) | [static] |
Definition at line 120 of file PlayaMPIOp.cpp.
| MPIOp Playa::MPIOp::productOp | ( | ) | [static] |
Definition at line 130 of file PlayaMPIOp.cpp.
| void Playa::MPIOp::registerOp | ( | const MPIOp & | op | ) | [static] |
Definition at line 73 of file PlayaMPIOp.cpp.