SimGrid  3.21
Versatile Simulation of Distributed Systems
simgrid::kernel::routing::DragonflyRouter Class Reference

#include <DragonflyZone.hpp>

Public Member Functions

 DragonflyRouter (int i, int j, int k)
 
 ~DragonflyRouter ()
 

Public Attributes

unsigned int group_
 
unsigned int chassis_
 
unsigned int blade_
 
resource::LinkImpl ** blue_links_ = nullptr
 
resource::LinkImpl ** black_links_ = nullptr
 
resource::LinkImpl ** green_links_ = nullptr
 
resource::LinkImpl ** my_nodes_ = nullptr
 

Constructor & Destructor Documentation

◆ DragonflyRouter()

simgrid::kernel::routing::DragonflyRouter::DragonflyRouter ( int  i,
int  j,
int  k 
)

◆ ~DragonflyRouter()

simgrid::kernel::routing::DragonflyRouter::~DragonflyRouter ( )

Member Data Documentation

◆ group_

unsigned int simgrid::kernel::routing::DragonflyRouter::group_

◆ chassis_

unsigned int simgrid::kernel::routing::DragonflyRouter::chassis_

◆ blade_

unsigned int simgrid::kernel::routing::DragonflyRouter::blade_

◆ blue_links_

resource::LinkImpl** simgrid::kernel::routing::DragonflyRouter::blue_links_ = nullptr

◆ black_links_

resource::LinkImpl** simgrid::kernel::routing::DragonflyRouter::black_links_ = nullptr

◆ green_links_

resource::LinkImpl** simgrid::kernel::routing::DragonflyRouter::green_links_ = nullptr

◆ my_nodes_

resource::LinkImpl** simgrid::kernel::routing::DragonflyRouter::my_nodes_ = nullptr

The documentation for this class was generated from the following file: