Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tesh: Use 0 as a default sorting prefix
[simgrid.git] / examples / msg / icomms / deployment_peer05.xml
index 3645b09..7ff3b63 100644 (file)
@@ -7,14 +7,14 @@
      <argument value="50000000"/>  <!-- Computation size of tasks -->
      <argument value="1000000"/>      <!-- Communication size of tasks -->
      <argument value="2"/>         <!-- Number of receivers -->
-     <argument value="0"/>         <!-- Use diff comm size -->     
+     <argument value="0"/>         <!-- Use diff comm size -->
   </process>
   <!-- The receiver processes -->
-  <process host="Ruby" function="receiver">
+  <process host="Fafard" function="receiver">
     <argument value="0"/>
     <argument value="3"/>       <!-- Number of tasks -->
   </process>
-    <process host="Perl" function="receiver">
+    <process host="Jupiter" function="receiver">
     <argument value="1"/>
     <argument value="3"/>       <!-- Number of tasks -->
   </process>