Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix Host::execute to use *this as a host location, not the this_actor->get_host()
[simgrid.git] / examples / c / app-masterworker / app-masterworker-multicore_d.xml
index beaafef5a59fa59f8a72e749e981aa970d31a711..537e230eafff79a072c8617253bbc66fb947a925 100644 (file)
@@ -8,23 +8,23 @@
     <argument value="1000000"/>   <!-- Communication size of tasks -->
     <argument value="6"/>         <!-- 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">
-    <argument value="0"/> 
+    <argument value="0"/>
   </actor>
   <actor host="Tremblay" function="worker">
-    <argument value="1"/> 
+    <argument value="1"/>
   </actor>
   <actor host="Tremblay" function="worker">
-    <argument value="2"/> 
+    <argument value="2"/>
   </actor>
   <actor host="Tremblay" function="worker">
-    <argument value="3"/> 
+    <argument value="3"/>
   </actor>
   <actor host="Tremblay" function="worker">
-    <argument value="4"/> 
+    <argument value="4"/>
   </actor>
   <actor host="Tremblay" function="worker">
-    <argument value="5"/> 
+    <argument value="5"/>
   </actor>
 </platform>