SimGrid  3.13
Versatile Simulation of Distributed Systems
network_ib.cpp File Reference
#include <algorithm>
#include <utility>
#include "network_ib.hpp"
#include "src/surf/HostImpl.hpp"
#include "simgrid/sg_config.h"
#include "maxmin_private.hpp"
#include "src/surf/xml/platf.hpp"

Namespaces

 simgrid
 
 simgrid::surf
 

Functions

 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (surf_network)
 
static void IB_create_host_callback (simgrid::s4u::Host &host)
 
static void IB_action_state_changed_callback (simgrid::surf::NetworkAction *action, simgrid::surf::Action::State statein, simgrid::surf::Action::State stateout)
 
static void IB_action_init_callback (simgrid::surf::NetworkAction *action, simgrid::surf::NetCard *src, simgrid::surf::NetCard *dst)
 
void surf_network_model_init_IB (void)
 Same as network model 'LagrangeVelho', only with different correction factors. More...
 

Function Documentation

XBT_LOG_EXTERNAL_DEFAULT_CATEGORY ( surf_network  )
static void IB_create_host_callback ( simgrid::s4u::Host &  host)
static
static void IB_action_state_changed_callback ( simgrid::surf::NetworkAction action,
simgrid::surf::Action::State  statein,
simgrid::surf::Action::State  stateout 
)
static
static void IB_action_init_callback ( simgrid::surf::NetworkAction action,
simgrid::surf::NetCard src,
simgrid::surf::NetCard dst 
)
static