Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent more deployment files
[simgrid.git] / examples / msg / app-masterworker / app-masterworker-multicore_d.xml
index c0fa5ae..e8ce4f9 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="6"/>         <!-- Number of workers -->
+    <argument value="20"/>       <!-- Number of tasks -->
+    <argument value="50000000"/>  <!-- Computation size of tasks -->
+    <argument value="1000000"/>   <!-- Communication size of tasks -->
+    <argument value="6"/>         <!-- Number of workers -->
   </process>
   <!-- The worker processes (with mailbox to listen on as argument) -->
   <process host="Tremblay" function="worker">