SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/host.hpp"
#include "simdag_private.hpp"
#include "src/surf/HostImpl.hpp"
#include "surf/surf.h"
Functions | |
SD_link_t * | SD_route_get_list (sg_host_t src, sg_host_t dst) |
Returns the route between two workstations. More... | |
int | SD_route_get_size (sg_host_t src, sg_host_t dst) |
Returns the number of links on the route between two workstations. More... | |
double | SD_route_get_latency (sg_host_t src, sg_host_t dst) |
Returns the latency of the route between two workstations. More... | |
double | SD_route_get_bandwidth (sg_host_t src, sg_host_t dst) |
Returns the bandwidth of the route between two workstations, i.e. More... | |