SimGrid
3.11
Versatile Simulation of Distributed Systems
|
Link in a fat tree. More...
#include <surf_routing_cluster_fat_tree.hpp>
Data Fields | |
NetworkLink * | upLink |
NetworkLink * | downLink |
FatTreeNode * | upNode |
FatTreeNode * | downNode |
Link in a fat tree.
Represents a single, duplex link in a fat tree. This is necessary to have a tree. It is equivalent to a physical link.
NetworkLink* FatTreeLink::upLink |
Link going up in the tree
NetworkLink* FatTreeLink::downLink |
Link going down in the tree
FatTreeNode* FatTreeLink::upNode |
Upper end of the link
FatTreeNode* FatTreeLink::downNode |
Lower end of the link