Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
process -> actor
[simgrid.git] / examples / smpi / smpi_s4u_masterworker / deployment_masterworker_mailbox_smpi.xml
index 6c6e978..1c5fac6 100644 (file)
@@ -9,7 +9,7 @@
     <argument value="Ginette"/>  <!-- Hostname of the first worker -->
     <argument value="Jupiter"/>  <!-- Hostname of the second worker -->
   </actor>
-  <!-- The worker processes (with mailbox to listen on as argument) -->
+  <!-- The worker actors (with mailbox to listen on as argument) -->
   <actor host="Ginette" function="worker"/>
   <actor host="Jupiter" function="worker"/>