SimGrid
3.13
Versatile Simulation of Distributed Systems
|
#include <simgrid/s4u/host.hpp>
#include "src/simix/smx_private.h"
#include "cpu_cas01.hpp"
#include "src/surf/HostImpl.hpp"
#include "simgrid/sg_config.h"
#include "network_interface.hpp"
#include "virtual_machine.hpp"
Namespaces | |
simgrid | |
simgrid::surf | |
Macros | |
#define | cost_or_zero(array, pos) ((array)?(array)[pos]:0.0) |
Functions | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_host, surf,"Logging specific to the SURF host module") | |
Variables | |
simgrid::surf::HostModel * | surf_host_model = NULL |
The host model. More... | |
#define cost_or_zero | ( | array, | |
pos | |||
) | ((array)?(array)[pos]:0.0) |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | surf_host | , |
surf | , | ||
"Logging specific to the SURF host module" | |||
) |