PPL Logo

OneTimeNodeTreeRingMulticastStrategy Class Reference
[Strategies for use in Charm++]

A node-aware strategy that sends along a node-based tree with user specified branching factor. More...

#include <OneTimeMulticastStrategy.h>

Inheritance diagram for OneTimeNodeTreeRingMulticastStrategy:

Inheritance graph
[legend]
Collaboration diagram for OneTimeNodeTreeRingMulticastStrategy:

Collaboration graph
[legend]

Public Member Functions

void determineNextHopPEs (const int totalDestPEs, const ComlibMulticastIndexCount *destPEs, const int myIndex, const int rootPE, int *&pelist, int &npes)
 Determine the set of PEs to which the message should be forwarded from this PE.
 OneTimeNodeTreeRingMulticastStrategy (CkMigrateMessage *m)
 OneTimeNodeTreeRingMulticastStrategy (int treeDegree=4)
 Create a strategy with specified branching factor(which defaults to 4).
 ~OneTimeNodeTreeRingMulticastStrategy ()
void pup (PUP::er &p)
 PUPable_decl (OneTimeNodeTreeRingMulticastStrategy)

Private Attributes

int degree

Detailed Description

A node-aware strategy that sends along a node-based tree with user specified branching factor.

Once the message arrives at the first PE on the node, it is forwarded to the other PEs on the node through a ring.

Definition at line 219 of file OneTimeMulticastStrategy.h.


Constructor & Destructor Documentation

OneTimeNodeTreeRingMulticastStrategy::OneTimeNodeTreeRingMulticastStrategy ( CkMigrateMessage m  )  [inline]

Definition at line 227 of file OneTimeMulticastStrategy.h.

OneTimeNodeTreeRingMulticastStrategy::OneTimeNodeTreeRingMulticastStrategy ( int  treeDegree = 4  )  [inline]

Create a strategy with specified branching factor(which defaults to 4).

Definition at line 230 of file OneTimeMulticastStrategy.h.

OneTimeNodeTreeRingMulticastStrategy::~OneTimeNodeTreeRingMulticastStrategy (  )  [inline]

Definition at line 232 of file OneTimeMulticastStrategy.h.


Member Function Documentation

void OneTimeNodeTreeRingMulticastStrategy::pup ( PUP::er p  )  [inline, virtual]

Reimplemented from OneTimeMulticastStrategy.

Definition at line 234 of file OneTimeMulticastStrategy.h.

References degree, and OneTimeMulticastStrategy::pup().

OneTimeNodeTreeRingMulticastStrategy::PUPable_decl ( OneTimeNodeTreeRingMulticastStrategy   ) 


Field Documentation

Definition at line 221 of file OneTimeMulticastStrategy.h.

Referenced by determineNextHopPEs(), and pup().


The documentation for this class was generated from the following files:

Generated on Fri May 25 08:04:37 2012 for Charm++ by  doxygen 1.5.5