
#include <ChunkMulticastStrategy.h>


Public Member Functions | |
| void | determineNextHopPEs (const int totalDestPEs, const ComlibMulticastIndexCount *destPEs, const int myIndex, int *&pelist, int &npes, int chunkNumber, int numChunks) |
| Determine the set of PEs to which the message should be forwarded from this PE. | |
| ChunkTreeMulticastStrategy (CkMigrateMessage *m) | |
| ChunkTreeMulticastStrategy (int treeDegree=4) | |
| ~ChunkTreeMulticastStrategy () | |
| void | pup (PUP::er &p) |
| PUPable_decl (ChunkTreeMulticastStrategy) | |
Private Attributes | |
| int | degree |
Definition at line 140 of file ChunkMulticastStrategy.h.
| ChunkTreeMulticastStrategy::ChunkTreeMulticastStrategy | ( | CkMigrateMessage * | m | ) | [inline] |
Definition at line 148 of file ChunkMulticastStrategy.h.
| ChunkTreeMulticastStrategy::ChunkTreeMulticastStrategy | ( | int | treeDegree = 4 |
) | [inline] |
Definition at line 150 of file ChunkMulticastStrategy.h.
| ChunkTreeMulticastStrategy::~ChunkTreeMulticastStrategy | ( | ) | [inline] |
Definition at line 152 of file ChunkMulticastStrategy.h.
| void ChunkTreeMulticastStrategy::pup | ( | PUP::er & | p | ) | [inline, virtual] |
Reimplemented from ChunkMulticastStrategy.
Definition at line 154 of file ChunkMulticastStrategy.h.
References degree, and ChunkMulticastStrategy::pup().
| ChunkTreeMulticastStrategy::PUPable_decl | ( | ChunkTreeMulticastStrategy | ) |
int ChunkTreeMulticastStrategy::degree [private] |
1.5.5