SimGrid
3.16
Versatile Simulation of Distributed Systems
|
POSIX-like interface for building simulation.
This is a developer-level interface that should be useful only if you plan to design a new interface for SimGrid.
Functions | |
void | SIMIX_global_init (int *argc, char **argv) |
Initialize SIMIX internal data. More... | |
void | SIMIX_clean () |
Clean the SIMIX simulation. More... | |
double | SIMIX_get_clock () |
A clock (in second). More... | |
void | SIMIX_run () |
Run the main simulation loop. More... | |
void SIMIX_global_init | ( | int * | argc, |
char ** | argv | ||
) |
Initialize SIMIX internal data.
argc | Argc |
argv | Argv |
void SIMIX_clean | ( | ) |
Clean the SIMIX simulation.
This functions remove the memory used by SIMIX
double SIMIX_get_clock | ( | ) |
A clock (in second).
void SIMIX_run | ( | ) |
Run the main simulation loop.