NAMD
|
#include <ProxyMgr.h>
Public Member Functions | |
void | printOut (char *tag) |
Static Public Member Functions | |
static ProxyNodeAwareSpanningTreeMsg * | getANewMsg (PatchID pid, NodeID nid, proxyTreeNode *tree, int size) |
Public Attributes | |
PatchID | patch |
NodeID | procID |
int | numNodesWithProxies |
int * | numPesOfNode |
int * | allPes |
Definition at line 201 of file ProxyMgr.h.
|
static |
Definition at line 196 of file ProxyMgr.C.
References allPes, numNodesWithProxies, proxyTreeNode::numPes, numPesOfNode, patch, proxyTreeNode::peIDs, and procID.
Referenced by ProxyMgr::sendNodeAwareSpanningTreeToHomePatch().
void ProxyNodeAwareSpanningTreeMsg::printOut | ( | char * | tag | ) |
Definition at line 217 of file ProxyMgr.C.
References allPes, numNodesWithProxies, numPesOfNode, patch, and procID.
Referenced by ProxyMgr::recvNodeAwareSpanningTree().
int* ProxyNodeAwareSpanningTreeMsg::allPes |
Definition at line 207 of file ProxyMgr.h.
Referenced by getANewMsg(), printOut(), ProxyMgr::recvNodeAwareSpanningTree(), and ProxyMgr::sendNodeAwareSpanningTree().
int ProxyNodeAwareSpanningTreeMsg::numNodesWithProxies |
Definition at line 205 of file ProxyMgr.h.
Referenced by getANewMsg(), printOut(), and ProxyMgr::recvNodeAwareSpanningTree().
int* ProxyNodeAwareSpanningTreeMsg::numPesOfNode |
Definition at line 206 of file ProxyMgr.h.
Referenced by getANewMsg(), printOut(), and ProxyMgr::recvNodeAwareSpanningTree().
PatchID ProxyNodeAwareSpanningTreeMsg::patch |
Definition at line 203 of file ProxyMgr.h.
Referenced by getANewMsg(), printOut(), ProxyMgr::recvNodeAwareSpanningTree(), ProxyMgr::recvNodeAwareSpanningTreeOnHomePatch(), and ProxyMgr::sendNodeAwareSpanningTree().
NodeID ProxyNodeAwareSpanningTreeMsg::procID |
Definition at line 204 of file ProxyMgr.h.
Referenced by getANewMsg(), printOut(), and ProxyMgr::recvNodeAwareSpanningTree().