|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
Link in a fat tree (FatTreeZone).
Represents a single, duplex link in a fat tree. This is necessary to have a tree. It is equivalent to a physical link.
#include <FatTreeZone.hpp>
Public Member Functions | |
| FatTreeLink (ClusterCreationArgs *cluster, FatTreeNode *source, FatTreeNode *destination) | |
Public Attributes | |
| surf::LinkImpl * | upLink |
| Link going up in the tree. More... | |
| surf::LinkImpl * | downLink |
| Link going down in the tree. More... | |
| FatTreeNode * | upNode |
| Upper end of the link. More... | |
| FatTreeNode * | downNode |
| Lower end of the link. More... | |
| simgrid::kernel::routing::FatTreeLink::FatTreeLink | ( | ClusterCreationArgs * | cluster, |
| FatTreeNode * | source, | ||
| FatTreeNode * | destination | ||
| ) |
| surf::LinkImpl* simgrid::kernel::routing::FatTreeLink::upLink |
Link going up in the tree.
| surf::LinkImpl* simgrid::kernel::routing::FatTreeLink::downLink |
Link going down in the tree.
| FatTreeNode* simgrid::kernel::routing::FatTreeLink::upNode |
Upper end of the link.
| FatTreeNode* simgrid::kernel::routing::FatTreeLink::downNode |
Lower end of the link.