Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile with -g; do clean .o files
[simgrid.git] / doc / index.doc
index 2d19f20..3a5204e 100644 (file)
@@ -17,8 +17,10 @@ Grids.
 
 \subsection quick_dl Getting and installing the software
 
-The SimGrid software package can be downloaded from 
-<a href="http://gcl.ucsd.edu/simgrid/dl/">here</a>.
+  - The official webpage is <a href="http://simgrid.gforge.inria.fr/">simgrid.gforge.inria.fr</a>. 
+  - The development webpage is <a href="https://gforge.inria.fr/projects/simgrid//">gforge.inria.fr/projects/simgrid</a>. 
+  - The user mailing list is <simgrid-user@lists.gforge.inria.fr>
+  - The SimGrid software package can be downloaded from <a href="https://gforge.inria.fr/frs/?group_id=12">here</a>. 
 
 To compile and install it, simply type the following. If you are not
 familiar with compiling C files under UNIX and using libraries, please check
@@ -50,11 +52,15 @@ this page. It is organized as follow:
 \section overview Overview of the toolkit components
 
 As depicted by the following schema, the SimGrid toolkit is basically
-three-layered.
+three-layered (click on the picture to jump to a specific component).
 
+
+\htmlonly
+<center>
+\endhtmlonly
+\htmlinclude simgrid_modules.map
 \htmlonly
-<center><img align=center src="simgrid_modules.jpg" alt="SimGrid"><br>
-<b>Relationships between the SimGrid components</b>
+<br><b>Relationships between the SimGrid components</b>
 </center>
 \endhtmlonly
 
@@ -64,9 +70,9 @@ The basement of the whole toolkit is constituted by the <b>\ref XBT_API
 (eXtended Bundle of Tools)</b>.
 
 It is a portable library providing some grounding features such as \ref
-XBT_log and \ref XBT_error. XBT also encompass the following convenient
-datastructures: \ref XBT_dynar, \ref XBT_fifo, \ref XBT_dict, \ref XBT_heap,
-\ref XBT_set and \ref XBT_swag.
+XBT_log, \ref XBT_error and \ref XBT_config. XBT also encompass the
+following convenient datastructures: \ref XBT_dynar, \ref XBT_fifo, \ref
+XBT_dict, \ref XBT_heap, \ref XBT_set and \ref XBT_swag.
 
 See the \ref XBT_API section for more details.
 
@@ -124,7 +130,7 @@ components, etc.) is not represented in the SimGrid toolkit yet, you may
 consider adding it. You should contact us first, though.
 
 Any question, remark or suggestion are welcome on the 
-<a href=https://listes.ens-lyon.fr/wws/info/simgrid2-users>SimGrid users
+<a href=http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user>SimGrid users
 mailing list</a>.
 
 <hr>
@@ -135,7 +141,7 @@ The authors of SimGrid are:
 
  - Henri Casanova <casanova#cs.ucsd.edu>
  - Arnaud Legrand <arnaud.legrand#imag.fr>
- - Martin Quinson <mquinson#debian.org>
+ - Martin Quinson <martin.quinson#loria.fr>
 
 \subsection contributers Contributers and alumni project members
 
@@ -143,7 +149,7 @@ The authors of SimGrid are:
    bandwidth-sharing.
  - Julien Lerouge : wrote a XML parser for ENV descriptions and helped for
    the general design during a 4 month period (march-june 2002) 
-   in the <LIP.
+   in the LIP.
  - ClĂ©ment Menier and Marc Perache : wrote a first prototype of the MSG
    interface during a project at ENS-Lyon (jan 2002). 
  - Dmitrii Zagorodnov : wrote some parts of the first version of SimGrid
@@ -153,9 +159,9 @@ The authors of SimGrid are:
 
 \section publications Selected publications
 
-When citing SimGrid, the prefered reference paper is still <i>SimGrid: A
-Toolkit for the Simulation of Application Scheduling</i> by Henri Casanova,
-even if it's a bit old now. We are activly working on improving this.
+When citing SimGrid, the prefered reference paper is <i>Scheduling
+Distributed Applications: the SimGrid Simulation Framework</i>, even if it's
+a bit old now. We are actively working on improving this.
 
 \subsection simulation About simulation