SimGrid 3.7.1
Scalable simulation of distributed systems
Functions
SIMIX
SimGrid modules

POSIX-like interface for building simulation. More...

Functions

void SIMIX_global_init (int *argc, char **argv)
 Initialize SIMIX internal data.
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.

Detailed Description

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.


Function Documentation

void SIMIX_global_init ( int *  argc,
char **  argv 
)

Initialize SIMIX internal data.

Parameters:
argcArgc
argvArgv
void SIMIX_clean ( void  )

Clean the SIMIX simulation.

This functions remove the memory used by SIMIX

double SIMIX_get_clock ( void  )

A clock (in second).

Returns:
Return the clock.


Back to the main Simgrid Documentation page The version of SimGrid documented here is v3.7.1.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated by doxygen