Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
process -> actor
[simgrid.git] / examples / python / comm-wait / comm-wait_d.xml
index def2e5c..30f1fdb 100644 (file)
@@ -7,7 +7,7 @@
     <argument value="50000000"/>  <!-- Computation size of tasks -->
     <argument value="1"/>         <!-- Number of receivers -->
   </actor>
-  <!-- The receiver processes --> 
+  <!-- The receiver actor --> 
   <actor host="Ruby" function="receiver">
     <argument value="0"/> <!-- id -->
   </actor>