Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
read the 'how to release' page
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 29 Jan 2013 21:01:19 +0000 (22:01 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 29 Jan 2013 21:01:19 +0000 (22:01 +0100)
doc/doxygen/install.doc
examples/msg/chainsend/deployment_chainsend.xml [deleted file]

index 380f3c7..d65ddad 100644 (file)
@@ -15,9 +15,9 @@ SimGrid has very few dependencies and rely only on very standard
 tools. Recompiling the archive should be done in a few lines:
 
 @verbatim
 tools. Recompiling the archive should be done in a few lines:
 
 @verbatim
-wget https://gforge.inria.fr/frs/download.php/28674/simgrid-3.8.1.tar.gz
-tar xf simgrid-3.8.1.tar.gz
-cd simgrid-3.8.1
+wget https://gforge.inria.fr/frs/download.php/28674/SimGrid-3.9.tar.gz
+tar xf SimGrid-3.9.tar.gz
+cd SimGrid-3.9
 cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid .
 make
 make install
 cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid .
 make
 make install
diff --git a/examples/msg/chainsend/deployment_chainsend.xml b/examples/msg/chainsend/deployment_chainsend.xml
deleted file mode 100644 (file)
index e190c88..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3"><!-- For using with chainsend, platform_chainsend.xml -->
-
-  <!-- Broadcaster -->
-  <process host="host0" function="broadcaster">
-       <argument value="8"/> <!-- number of peers -->
-  </process>
-
-  <!-- Peers -->
-  <process host="host1" function="peer">
-       <argument value="1"/>
-  </process>
-  <process host="host2" function="peer">
-       <argument value="2"/>
-  </process>
-  <process host="host3" function="peer">
-       <argument value="3"/>
-  </process>
-  <process host="host4" function="peer">
-       <argument value="4"/>
-  </process>
-  <process host="host5" function="peer">
-       <argument value="5"/>
-  </process>
-  <process host="host6" function="peer">
-       <argument value="6"/>
-  </process>
-  <process host="host7" function="peer">
-       <argument value="7"/>
-  </process>
-  <process host="host8" function="peer">
-       <argument value="8"/>
-  </process>
-  <!--<process host="host9" function="peer">
-       <argument value="9"/>
-  </process>-->
-</platform>