Functions to create the environment and launch the simulation.
This section describes the functions for initializing SimDag, launching the simulation and exiting SimDag.
◆ SD_init
#define SD_init |
( |
|
argc, |
|
|
|
argv |
|
) |
| |
Value:do { \
sg_version_check(SIMGRID_VERSION_MAJOR, SIMGRID_VERSION_MINOR, SIMGRID_VERSION_PATCH); \
SD_init_nocheck(argc, argv); \
} while (0)
◆ SD_init_nocheck()
void SD_init_nocheck |
( |
int * |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ SD_config()
void SD_config |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
◆ SD_create_environment()
void SD_create_environment |
( |
const char * |
platform_file | ) |
|
◆ SD_simulate()
void SD_simulate |
( |
double |
how_long | ) |
|
◆ SD_simulate_with_update()
void SD_simulate_with_update |
( |
double |
how_long, |
|
|
xbt_dynar_t |
changed_tasks_dynar |
|
) |
| |
◆ SD_get_clock()
◆ SD_exit()
◆ SD_daxload()
◆ SD_dotload()
◆ SD_dotload_with_sched()
xbt_dynar_t SD_dotload_with_sched |
( |
const char * |
filename | ) |
|
◆ SD_PTG_dotload()