|
SimGrid
3.21
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 | |
| resource::LinkImpl * | up_link_ |
| Link going up in the tree. More... | |
| resource::LinkImpl * | down_link_ |
| Link going down in the tree. More... | |
| FatTreeNode * | up_node_ |
| Upper end of the link. More... | |
| FatTreeNode * | down_node_ |
| Lower end of the link. More... | |
| simgrid::kernel::routing::FatTreeLink::FatTreeLink | ( | ClusterCreationArgs * | cluster, |
| FatTreeNode * | source, | ||
| FatTreeNode * | destination | ||
| ) |
| resource::LinkImpl* simgrid::kernel::routing::FatTreeLink::up_link_ |
Link going up in the tree.
| resource::LinkImpl* simgrid::kernel::routing::FatTreeLink::down_link_ |
Link going down in the tree.
| FatTreeNode* simgrid::kernel::routing::FatTreeLink::up_node_ |
Upper end of the link.
| FatTreeNode* simgrid::kernel::routing::FatTreeLink::down_node_ |
Lower end of the link.