SimGrid  3.18
Versatile Simulation of Distributed Systems
DijkstraZone.cpp File Reference
#include "src/kernel/routing/DijkstraZone.hpp"
#include "src/kernel/routing/NetPoint.hpp"
#include "src/surf/network_interface.hpp"
#include <cfloat>
#include <queue>
#include <vector>

Namespaces

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

Functions

 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_route_dijkstra, surf, "Routing part of surf -- dijkstra routing logic")
 
static void graph_node_data_free (void *n)
 
static void graph_edge_data_free (void *e)
 

Function Documentation

◆ XBT_LOG_NEW_DEFAULT_SUBCATEGORY()

XBT_LOG_NEW_DEFAULT_SUBCATEGORY ( surf_route_dijkstra  ,
surf  ,
"Routing part of surf -- dijkstra routing logic"   
)

◆ graph_node_data_free()

static void graph_node_data_free ( void n)
static

◆ graph_edge_data_free()

static void graph_edge_data_free ( void e)
static