Modules

MSG
[SimGrid modules]

Simple programming environment. More...

Modules

 jMSG
 

Java bindings to MSG (MSG).


 MSG native
 

Native interface to MSG (MSG).


 lMSG
 

Lua bindings to MSG (MSG).



Detailed Description

Simple programming environment.

MSG was the first distributed programming environment provided within SimGrid. While almost realistic, it remains quite simple (simplistic?).

Who should use this (and who shouldn't)

You should use this module if you want to study some heuristics for a given problem you don't really want to implement. If you want to use DAGs, have a look at the SimDag programming environment. If you want to get a real implementation of your solution, have a look at the GRAS one. If you want to study an existing MPI program, have a look at the SMPI one. If none of those programming environments fits your needs, you may consider implementing your own directly on top of SURF (but you probably want to contact us before).


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