Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup work to make is_race_reversible() a method of Transition
[simgrid.git] / examples / cpp / platform-failures / s4u-platform-failures_d.xml
index 947e9a3b32ae8f6ff62ebedfae6708aa5a9f9839..894ff51d9448f9c8821808682b558fdb5871a21d 100644 (file)
@@ -8,20 +8,20 @@
     <argument value="1000000"/>   <!-- Communication size of tasks -->
     <argument value="5"/>         <!-- Number of workers -->
   </actor>
-  <!-- The worker processes (with mailbox to listen on as argument) -->
+  <!-- The worker actors (with mailbox to listen on as argument) -->
   <actor host="Tremblay" function="worker" on_failure="RESTART">
-    <argument value="0"/> 
+    <argument value="0"/>
   </actor>
   <actor host="Jupiter" function="worker" on_failure="RESTART">
-    <argument value="1"/> 
+    <argument value="1"/>
   </actor>
   <actor host="Fafard" function="worker" on_failure="RESTART">
-    <argument value="2"/> 
+    <argument value="2"/>
   </actor>
   <actor host="Ginette" function="worker" on_failure="RESTART">
-    <argument value="3"/> 
+    <argument value="3"/>
   </actor>
   <actor host="Bourassa" function="worker" on_failure="RESTART">
-    <argument value="4"/> 
+    <argument value="4"/>
   </actor>
 </platform>