
Data Structures | |
| union | u_type |
| These structures store the type-specific message information. More... | |
| struct | s_attribs |
| class | XArraySectionReducer |
| Helper class to complete the last step in a cross-array reduction. More... | |
Typedefs | |
| typedef XArraySectionReducer | XGroupSectionReducer |
Functions | |
| void | processSectionContribution (void *that, void *msg) |
| The reduction client that has to be registered for each subsection. | |
Definition at line 91 of file XArraySectionReducer.h.
| void ck::impl::processSectionContribution | ( | void * | that, | |
| void * | msg | |||
| ) |
The reduction client that has to be registered for each subsection.
Definition at line 95 of file XArraySectionReducer.h.
Referenced by CkMulticastMgr::initDelegateMgr(), and CkMulticastMgr::setReductionClient().

1.5.5