SimGrid  3.18
Versatile Simulation of Distributed Systems
RoutedZone.cpp File Reference

Namespaces

 simgrid
 Alltoall Bruck.
 
 simgrid::kernel
 
 simgrid::kernel::routing
 

Functions

 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_routing_generic, surf_route, "Generic implementation of the surf routing")
 
static const char * instr_node_name (xbt_node_t node)
 
xbt_node_t new_xbt_graph_node (xbt_graph_t graph, const char *name, std::map< std::string, xbt_node_t > *nodes)
 
xbt_edge_t new_xbt_graph_edge (xbt_graph_t graph, xbt_node_t s, xbt_node_t d, std::map< std::string, xbt_edge_t > *edges)
 

Function Documentation

◆ XBT_LOG_NEW_DEFAULT_SUBCATEGORY()

XBT_LOG_NEW_DEFAULT_SUBCATEGORY ( surf_routing_generic  ,
surf_route  ,
"Generic implementation of the surf routing"   
)

◆ instr_node_name()

static const char* instr_node_name ( xbt_node_t  node)
static

◆ new_xbt_graph_node()

xbt_node_t new_xbt_graph_node ( xbt_graph_t  graph,
const char *  name,
std::map< std::string, xbt_node_t > *  nodes 
)

◆ new_xbt_graph_edge()

xbt_edge_t new_xbt_graph_edge ( xbt_graph_t  graph,
xbt_node_t  s,
xbt_node_t  d,
std::map< std::string, xbt_edge_t > *  edges 
)