Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: fix doxygen markup
[simgrid.git] / doc / doxygen / application.doc
index d348919..1bfb58a 100644 (file)
@@ -1,5 +1,5 @@
 /** 
 /** 
-@page app Describing your application
+@page application Describing your application
 
 TBD
 
 
 TBD
 
@@ -18,8 +18,8 @@ TBD
     Virtual Platform (link), but your application have many other ways
     to interact with the resource.  
 
     Virtual Platform (link), but your application have many other ways
     to interact with the resource.  
 
-  - The resources are arranged in a hierarchy of *Autonomous Systems*,
-    with which the application can also interact. The AS knows the
+  - The resources are arranged in a hierarchy of *Networking Zones*,
+    with which the application can also interact. The netzone knows the
     networking path between one resource to another.
 
 Speak of mailboxes here? Where if not?
     networking path between one resource to another.
 
 Speak of mailboxes here? Where if not?
@@ -30,6 +30,9 @@ Speak of mailboxes here? Where if not?
 - Simple Legacy C interfaces: MSG and SimDag, with comparison.
 - Simple Java Interface: Currently MSG-based, but will be replaced with S4U stuff when ready
 - MPI applications
 - Simple Legacy C interfaces: MSG and SimDag, with comparison.
 - Simple Java Interface: Currently MSG-based, but will be replaced with S4U stuff when ready
 - MPI applications
+- Event-oriented, and trace-based. The old documentation of the
+  obsolete MSG module was removed in
+  https://github.com/simgrid/simgrid/commit/e05361c201fb95d2b7605e59001cd0a49a489739
 
 - Arbitrary applications: Simterpose and Remote SimGrid (they are currently far from being usable).
 - State our goal of BYOS (build your own simulator), even if it's just a neat name for now
 
 - Arbitrary applications: Simterpose and Remote SimGrid (they are currently far from being usable).
 - State our goal of BYOS (build your own simulator), even if it's just a neat name for now