
Go to the source code of this file.
Data Structures | |
| class | OneTimeMulticastStrategy |
| The simplest multicast strategy. More... | |
| class | OneTimeRingMulticastStrategy |
| A strategy that sends along a ring through the destination processors. More... | |
| class | OneTimeTreeMulticastStrategy |
| A strategy that sends along a tree with user specified branching factor. More... | |
| class | OneTimeTopoTreeMulticastStrategy |
| A strategy that uses the topo-aware spanning tree builder to send msgs down a spanning tree that is constructed in a network-topology aware manner if such info is available. More... | |
| class | OneTimeDimensionOrderedMulticastStrategy |
| A strategy that does dimension ordered sending of messages. More... | |
| class | OneTimeNodeTreeMulticastStrategy |
| A node-aware strategy that sends along a node-based tree with user specified branching factor. More... | |
| class | OneTimeNodeTreeRingMulticastStrategy |
| A node-aware strategy that sends along a node-based tree with user specified branching factor. More... | |
Definition in file OneTimeMulticastStrategy.h.
1.5.5