Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 29 Jan 2005 05:47:00 +0000 (05:47 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 29 Jan 2005 05:47:00 +0000 (05:47 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@813 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/index.doc

index c72b61e..ddfeb64 100644 (file)
@@ -41,24 +41,25 @@ The SimGrid toolkit is composed of different modules :
     being realistic and is application-oriented. It is the software layer
     of choice for building simulation with multiple scheduling agents. 
 
     being realistic and is application-oriented. It is the software layer
     of choice for building simulation with multiple scheduling agents. 
 
-\li GRAS (<em>not functionnal yet</em>) is an ongoing project to emulate virtual virtual platforms
-    through SURF. As a consequence a code developped using the GRAS
+\li GRAS (<em>not functionnal yet</em>) is an ongoing project to emulate virtual 
+    virtual platforms through SURF. As a consequence a code developped using the GRAS
     framework is able to run as well in the real-world as in the
     simulator. The resulting code is very portable and highly interoperable while 
     remaining very efficient. Even if you do not plan to run your code for real, 
     you may want to switch to GRAS if you intend to use MSG in a very intensive way
     (e.g. for simulating a peer-to-peer environment).
 
     framework is able to run as well in the real-world as in the
     simulator. The resulting code is very portable and highly interoperable while 
     remaining very efficient. Even if you do not plan to run your code for real, 
     you may want to switch to GRAS if you intend to use MSG in a very intensive way
     (e.g. for simulating a peer-to-peer environment).
 
-\li SMPI (<em>not functionnal yet</em>) is an ongoing project to enable MPI code to run on top of a
-    virtual platform through SURF. It follows the same principle as
+\li SMPI (<em>not functionnal yet</em>) is an ongoing project to enable MPI code
+    to run on top of a virtual platform through SURF. It follows the same principle as
     the ones used in GRAS but is specific to MPI applications.
 
 Here is a figure the depicts the relation between those different modules.
 <center>
     the ones used in GRAS but is specific to MPI applications.
 
 Here is a figure the depicts the relation between those different modules.
 <center>
-\image html simgrid_modules.jpg
+\htmlonly
+<img align=center src="simgrid_modules.jpg" alt="SimGrid"><br>
+\endhtmlonly
 </center>
 
 </center>
 
-
 The section \ref publications contains links to papers that provide
 additional details on the project as well as validation and
 experimental results.
 The section \ref publications contains links to papers that provide
 additional details on the project as well as validation and
 experimental results.