Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify this example, that is used by the tuto
[simgrid.git] / examples / s4u / app-masterworkers / s4u-app-masterworkers_d.xml
index 3d93a78b7e5ddcdb9002d77c5c0cd149a202b349..29fddcaef680c5741ed5b54ec73973a734c7e3d9 100644 (file)
@@ -9,19 +9,19 @@
     <argument value="1000000"/>   <!-- Communication size of tasks -->
   </actor>
   <!-- The worker processes (with mailbox to listen on as argument) -->
-  <actor host="Tremblay" function="worker" on_failure="RESTART">
+  <actor host="Tremblay" function="worker">
     <argument value="0"/> 
   </actor>
-  <actor host="Jupiter" function="worker" on_failure="RESTART">
+  <actor host="Jupiter" function="worker">
     <argument value="1"/> 
   </actor>
-  <actor host="Fafard" function="worker" on_failure="RESTART">
+  <actor host="Fafard" function="worker">
     <argument value="2"/> 
   </actor>
-  <actor host="Ginette" function="worker" on_failure="RESTART">
+  <actor host="Ginette" function="worker">
     <argument value="3"/> 
   </actor>
-  <actor host="Bourassa" function="worker" on_failure="RESTART">
+  <actor host="Bourassa" function="worker">
     <argument value="4"/> 
   </actor>
 </platform>