|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/Actor.hpp"#include "src/kernel/context/Context.hpp"#include <csignal>#include <boost/intrusive/list.hpp>#include <map>#include <vector>Classes | |
| class | simgrid::simix::Global |
Namespaces | |
| simgrid | |
| Alltoall Bruck. | |
| simgrid::simix | |
Macros | |
| #define | SMX_EXCEPTION(issuer, cat, val, msg) |
| Ask to the provided ActorImpl to raise the provided exception. More... | |
Functions | |
| void | SIMIX_clean () |
| Clean the SIMIX simulation. More... | |
Variables | |
| std::unique_ptr< simgrid::simix::Global > | simix_global |
| #define SMX_EXCEPTION | ( | issuer, | |
| cat, | |||
| val, | |||
| msg | |||
| ) |
Ask to the provided ActorImpl to raise the provided exception.
| std::unique_ptr<simgrid::simix::Global> simix_global |