|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <string>#include <functional>#include <stdexcept>#include <unordered_map>#include "simgrid/s4u/engine.hpp"#include "simgrid/s4u/host.hpp"#include "simgrid/s4u/storage.hpp"#include "simgrid/simix.hpp"#include "src/kernel/routing/NetCard.hpp"#include "src/msg/msg_private.h"#include "src/simix/ActorImpl.hpp"#include "src/simix/smx_private.h"#include "src/surf/HostImpl.hpp"#include "src/surf/cpu_interface.hpp"#include "xbt/log.h"Namespaces | |
| simgrid | |
| Host datatype from SIMIX POV. | |
| simgrid::xbt | |
| simgrid::s4u | |
Functions | |
| XBT_LOG_EXTERNAL_CATEGORY (surf_route) | |
Variables | |
| std::unordered_map< std::string, simgrid::s4u::Host * > | host_list |
| int | MSG_HOST_LEVEL = -1 |
| int | USER_HOST_LEVEL = -1 |
| XBT_LOG_EXTERNAL_CATEGORY | ( | surf_route | ) |
| std::unordered_map<std::string, simgrid::s4u::Host*> host_list |
| int MSG_HOST_LEVEL = -1 |
| int USER_HOST_LEVEL = -1 |