SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "xbt/dict.h"
#include "xbt/dynar.h"
#include "xbt/graph.h"
#include "xbt/log.h"
#include "xbt/sysdep.h"
#include "src/kernel/routing/NetPoint.hpp"
#include "src/kernel/routing/RoutedZone.hpp"
#include "src/surf/network_interface.hpp"
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") | |
void | routing_route_free (sg_platf_route_cbarg_t route) |
static const char * | instr_node_name (xbt_node_t node) |
xbt_node_t | new_xbt_graph_node (xbt_graph_t graph, const char *name, xbt_dict_t nodes) |
xbt_edge_t | new_xbt_graph_edge (xbt_graph_t graph, xbt_node_t s, xbt_node_t d, xbt_dict_t edges) |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | surf_routing_generic | , |
surf_route | , | ||
"Generic implementation of the surf routing" | |||
) |
void routing_route_free | ( | sg_platf_route_cbarg_t | route | ) |
|
static |
xbt_node_t new_xbt_graph_node | ( | xbt_graph_t | graph, |
const char * | name, | ||
xbt_dict_t | nodes | ||
) |
xbt_edge_t new_xbt_graph_edge | ( | xbt_graph_t | graph, |
xbt_node_t | s, | ||
xbt_node_t | d, | ||
xbt_dict_t | edges | ||
) |