MPI Interface. More...
MPI Interface.
Classes | |
| class | CommunicatorObject |
| Main encapsulation of MPI. More... | |
| class | MobileObject |
| provides communication for complex objects. More... | |
| class | ParallelObject |
| Utility class for creating derived objects that are parallel. More... | |
Enumerations | |
| enum | DataTypes { DTDOUBLE, DTFLOAT, DTINT, DTUINT, DTSIZET, DTCHAR, DTUCHAR, DTBYTE, DTUBYTE } |
| Supported data types. More... | |
| enum | Ops { MAXOP, MINOP, SUMOP, PRODOP, MINLOCOP, MAXLOCOP } |
| Operations for collectives. More... | |
| enum DataTypes |