Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update ompi selector as well with "recent" version
[simgrid.git] / doc / doxygen / application.doc
1 /** 
2 @page application Describing your application
3
4
5 * Interfaces to describe applications
6
7 - Simple C++ interface: S4U that is currently designed
8 - Simple Legacy C interfaces: MSG and SimDag, with comparison.
9 - Simple Java Interface: Currently MSG-based, but will be replaced with S4U stuff when ready
10 - MPI applications
11 - Event-oriented, and trace-based. The old documentation of the
12   obsolete MSG module was removed in
13   https://github.com/simgrid/simgrid/commit/e05361c201fb95d2b7605e59001cd0a49a489739
14
15 - Arbitrary applications: Simterpose and Remote SimGrid (they are currently far from being usable).
16 - State our goal of BYOS (build your own simulator), even if it's just a neat name for now
17
18 */