
#include <PipeBroadcastStrategy.h>


Public Member Functions | |
| PipeBroadcastStrategy (int _topology, CkArrayID _aid, int _pipeSize=DEFAULT_PIPE) | |
| PipeBroadcastStrategy (CkGroupID _gid, int _topology=USE_HYPERCUBE, int _pipeSize=DEFAULT_PIPE) | |
| PipeBroadcastStrategy (CkMigrateMessage *m) | |
| void | insertMessage (CharmMessageHolder *msg) |
| virtual CmiFragmentHeader * | getFragmentHeader (char *) |
| return the pointer to where the structure CmiFragmentHeader is in the message | |
| void | deliver (char *msg, int dim) |
| This method can be used to deliver a message through the correct class. | |
| virtual void | pup (PUP::er &p) |
| PUPable_decl (PipeBroadcastStrategy) | |
This strategy utilized the lower level PipeBroadcastConverse to perform the operation.
Definition at line 19 of file PipeBroadcastStrategy.h.
| PipeBroadcastStrategy::PipeBroadcastStrategy | ( | CkMigrateMessage * | m | ) | [inline] |
Definition at line 26 of file PipeBroadcastStrategy.h.
| void PipeBroadcastStrategy::insertMessage | ( | CharmMessageHolder * | msg | ) |
| PipeBroadcastStrategy::PUPable_decl | ( | PipeBroadcastStrategy | ) |
1.5.5