| SimGrid
    3.10
    Versatile Simulation of Distributed Systems | 
POSIX-like interface for building simulation. More...
| Functions | |
| void | SIMIX_global_init (int *argc, char **argv) | 
| Initialize SIMIX internal data. | |
| static void | SIMIX_clean (void) | 
| Clean the SIMIX simulation. | |
| double | SIMIX_get_clock (void) | 
| A clock (in second). | |
| void | SIMIX_run (void) | 
| Run the main simulation loop. | |
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.
| void SIMIX_global_init | ( | int * | argc, | 
| char ** | argv | ||
| ) | 
Initialize SIMIX internal data.
| argc | Argc | 
| argv | Argv | 
| 
 | static | 
Clean the SIMIX simulation.
This functions remove the memory used by SIMIX
| double SIMIX_get_clock | ( | void | ) | 
A clock (in second).