Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refactorize the sthread interception of functions
[simgrid.git] / examples / c / app-masterworker / app-masterworker_d.xml
index ef6477416b3e454c3af442c7490b297d9ba183d3..894ff51d9448f9c8821808682b558fdb5871a21d 100644 (file)
   </actor>
   <!-- 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>