SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/Actor.hpp"
#include "src/kernel/context/Context.hpp"
#include <signal.h>
#include <map>
Classes | |
class | simgrid::simix::Global |
struct | s_smx_file |
Namespaces | |
simgrid | |
Alltoall Bruck. | |
simgrid::simix | |
Macros | |
#define | SMX_EXCEPTION(issuer, cat, val, msg) |
Ask to the provided simix process to raise the provided exception. More... | |
Typedefs | |
typedef struct s_smx_file | s_smx_file_t |
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 simix process to raise the provided exception.
typedef struct s_smx_file s_smx_file_t |
std::unique_ptr<simgrid::simix::Global> simix_global |