SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include <algorithm>
#include "maxmin_private.hpp"
#include "network_cm02.hpp"
#include "simgrid/s4u/Host.hpp"
#include "simgrid/sg_config.h"
#include "src/instr/instr_private.h"
Namespaces | |
simgrid | |
Alltoall Bruck. | |
simgrid::surf | |
Functions | |
XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (surf_network) | |
void | surf_network_model_init_LegrandVelho () |
Initializes the platform with the network model 'LegrandVelho'. More... | |
void | surf_network_model_init_CM02 () |
Initializes the platform with the network model CM02. More... | |
void | surf_network_model_init_Reno () |
Initializes the platform with the network model Reno. More... | |
void | surf_network_model_init_Reno2 () |
Initializes the platform with the network model Reno2. More... | |
void | surf_network_model_init_Vegas () |
Initializes the platform with the network model Vegas. More... | |
Variables | |
double | sg_sender_gap = 0.0 |
double | sg_latency_factor = 1.0 |
double | sg_bandwidth_factor = 1.0 |
double | sg_weight_S_parameter = 0.0 |
double | sg_tcp_gamma = 0.0 |
int | sg_network_crosstraffic = 0 |
XBT_LOG_EXTERNAL_DEFAULT_CATEGORY | ( | surf_network | ) |
double sg_sender_gap = 0.0 |
double sg_latency_factor = 1.0 |
double sg_bandwidth_factor = 1.0 |
double sg_weight_S_parameter = 0.0 |
double sg_tcp_gamma = 0.0 |
int sg_network_crosstraffic = 0 |