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

Namespaces

 simgrid
 Host datatype from SIMIX POV.
 
 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::s4u::Host *src, simgrid::s4u::Host *dst)
 
void surf_network_model_init_IB ()
 Same as network model 'LagrangeVelho', only with different correction factors. More...
 

Function Documentation

§ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY()

XBT_LOG_EXTERNAL_DEFAULT_CATEGORY ( surf_network  )

§ IB_create_host_callback()

static void IB_create_host_callback ( simgrid::s4u::Host host)
static

§ IB_action_state_changed_callback()

static void IB_action_state_changed_callback ( simgrid::surf::NetworkAction action,
simgrid::surf::Action::State  statein,
simgrid::surf::Action::State  stateout 
)
static

§ IB_action_init_callback()

static void IB_action_init_callback ( simgrid::surf::NetworkAction action,
simgrid::s4u::Host src,
simgrid::s4u::Host dst 
)
static