SimGrid 3.6.2
Scalable simulation of distributed systems
SMPI
SimGrid modules

Programming environment for the simulation of MPI applications. More...

Programming environment for the simulation of MPI applications.

Once implemented, this programming environment will allow you to study within the simulator any MPI application without having to modify them for that. In other words, it will constitute an emulation solution for parallel codes.

Who should use this (and who shouldn't)

You should use this programming environment of the SimGrid suite if you want to study existing MPI applications. If you want to work on a distributed application, have a look at the GRAS environment. If you want to study some heuristics for a given problem (and if your goal is to produce theorems, not code), have a look at the MSG environment, or the SimDag one if you need to use DAGs. 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 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 doxygen