Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate SIMIX_process_{a,de}tach
[simgrid.git] / docs / source / Tutorial_Algorithms.rst
index 43949d2..27552d5 100644 (file)
@@ -353,9 +353,12 @@ everything as follows:
 
 .. code-block:: shell
 
-   git clone git@framagit.org:simgrid/simgrid-template-s4u.git
+   # (exporting SimGrid_PATH is only needed if SimGrid is installed in a non-standard path)
+   export SimGrid_PATH=/where/to/simgrid
+   
+   git clone https://framagit.org/simgrid/simgrid.git
    cd simgrid-template-s4u/
-   cmake .
+   cmake . 
    make
 
 If you struggle with the compilation, then you should double check
@@ -642,7 +645,7 @@ Visualizing the result
 vite is not enough to understand the situation, because it does not
 deal with categorization. This time, you absolutely must switch to R,
 as explained on `this page
-<http://simgrid.gforge.inria.fr/contrib/R_visualization.php>`_.
+<https://simgrid.org/contrib/R_visualization.html>`_.
 
 .. todo::