SimGrid
3.13
Versatile Simulation of Distributed Systems
|
#include "instr/instr_interface.h"
#include "simgrid/sg_config.h"
#include "simgrid/host.h"
#include "src/simdag/simdag_private.h"
#include "src/surf/surf_interface.hpp"
#include "simgrid/s4u/engine.hpp"
Functions | |
XBT_LOG_NEW_CATEGORY (sd,"Logging specific to SimDag") | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (sd_kernel, sd,"Logging specific to SimDag (kernel)") | |
void | SD_init (int *argc, char **argv) |
Initializes SD internal data. More... | |
void | SD_config (const char *key, const char *value) |
set a configuration variable More... | |
void | SD_create_environment (const char *platform_file) |
Creates the environment. More... | |
xbt_dynar_t | SD_simulate (double how_long) |
Launches the simulation. More... | |
double | SD_get_clock (void) |
Returns the current clock, in seconds. More... | |
void | SD_exit (void) |
Destroys all SD internal data. More... | |
Variables | |
SD_global_t | sd_global = NULL |
XBT_LOG_NEW_CATEGORY | ( | sd | , |
"Logging specific to SimDag" | |||
) |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | sd_kernel | , |
sd | , | ||
"Logging specific to SimDag (kernel)" | |||
) |
SD_global_t sd_global = NULL |