Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop loading private headers in public ones
[simgrid.git] / doc / index.doc
index 2d19f20..64081d6 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
@@ -52,9 +54,13 @@ this page. It is organized as follow:
 As depicted by the following schema, the SimGrid toolkit is basically
 three-layered.
 
+
+\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.
 
@@ -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