]> AND Public Git Repository - simgrid.git/blobdiff - doc/doxygen/application.doc
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename simix::kernelImmediate into simix::simcall
[simgrid.git] / doc / doxygen / application.doc
index d95ea26f0055ab1f4084cb0fdba1d789a469f2e2..1bfb58a6c38844c3c33137cdfd2beef9f3604379 100644 (file)
@@ -18,8 +18,8 @@ TBD
     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?
@@ -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
+- 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