SimGrid 3.6.2
Scalable simulation of distributed systems
|
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. |
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.
int MSG_process_killall | ( | int | reset_PIDs | ) |
Kill all running process.
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 |
The version of Simgrid documented here is v3.6.2. Documentation of other versions can be found in their respective archive files (directory doc/html). |
Generated for SimGridAPI by
![]() |