
Go to the source code of this file.
Data Structures | |
| class | CharmMessageHolder |
| Class managing Charm++ messages in the communication library. More... | |
| class | ComlibNodeGroupInfo |
| class | ComlibGroupInfo |
| class | ComlibArrayInfo |
| Array strategy helper class. More... | |
| class | ComlibElementIterator |
| Implementation of CkLocIterator to get all the local elements from a specified processor. More... | |
| class | CharmStrategy |
| All Charm++ communication library strategies should inherit from CharmStrategy, rather than inheriting from class Strategy (or one of its subclasses). More... | |
Enumerations | |
| enum | CmhMessageType { CMH_ARRAYSEND, CMH_GROUPSEND, CMH_ARRAYBROADCAST, CMH_ARRAYSECTIONSEND, CMH_GROUPBROADCAST } |
| Defines labels for distinguishing between types of sends in a CharmMessageHolder. More... | |
Functions | |
| CkpvExtern (int, migrationDoneHandlerID) | |
| void | ComlibManagerRegisterArrayListener (CkArrayID, ComlibArrayInfo *) |
| void | ComlibNotifyMigrationDone () |
Definition in file ComlibStrategy.h.
1.5.5