Functions

MSG simulation Functions
[MSG native]

This section describes the functions you need to know to set up a simulation. You should have a look at Examples of MSG to have an overview of their usage. More...

Functions

void MSG_global_init_args (int *argc, char **argv)
 Initialize some MSG internal data.
void MSG_global_init (int *argc, char **argv)
 Initialize some MSG internal data.
MSG_error_t MSG_main (void)
 Launch the MSG simulation.
int MSG_process_killall (int reset_PIDs)
 Kill all running process.
MSG_error_t MSG_clean (void)
 Clean the MSG simulation.

Detailed Description

This section describes the functions you need to know to set up a simulation. You should have a look at Examples of MSG to have an overview of their usage.


Function Documentation

int MSG_process_killall ( int  reset_PIDs  ) 

Kill all running process.

Parameters:
reset_PIDs should we reset the PID numbers. A negative number means no reset and a positive number will be used to set the PID of the next newly created process.


Back to the main Simgrid Documentation page Generated for SimGridAPI by doxygen