Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused functions in the VMs
[simgrid.git] / examples / msg / app-masterworker / app-masterworker-multicore_d.xml
index c0fa5ae8836e906d599bac363447915e7ae5d124..e8ce4f9a2681c92f6f981112935b2ec92fd68067 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">