Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
track down remaining XML glitches
[simgrid.git] / examples / smpi / smpi_msg_masterslave / deployment_masterslave_mailbox_smpi.xml
index c7dbb18..e879f74 100644 (file)
@@ -3,10 +3,10 @@
 <platform version="4">
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
-     <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 -->
+    <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 -->
   </process>
   <!-- The slave processes (with mailbox to listen on as argument) -->
   <process host="Tremblay" function="slave">