Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a cmake flag to not compile MSG at all
[simgrid.git] / examples / smpi / smpi_s4u_masterslave / deployment_masterslave_mailbox_smpi.xml
@@ -6,12 +6,13 @@
     <argument value="20"/>       <!-- Number of tasks -->
     <argument value="50000000"/>  <!-- Computation size of tasks -->
     <argument value="1000000"/>   <!-- Communication size of tasks -->
-    <argument value="1"/>         <!-- Number of slaves -->
-  </actor>
-  <!-- The slave processes (with mailbox to listen on as argument) -->
-  <actor host="Tremblay" function="slave">
-    <argument value="0"/>
+    <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) -->
+  <actor host="Ginette" function="worker"/>
+  <actor host="Jupiter" function="worker"/>
+
   <actor host="Ginette" function="master_mpi">
     <prop id="instance_id" value="master_mpi"/>
     <prop id="rank" value="0"/>