]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/masterslave/deployment_masterslave_vivaldi.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be rational
[simgrid.git] / examples / msg / masterslave / deployment_masterslave_vivaldi.xml
index 239c7c513ebee110caca4ddfc47cf496ece41b6e..d5a4930f9d05536e1d530347ce66fea975f11f41 100644 (file)
@@ -3,10 +3,10 @@
 <platform version="4">
   <!-- The master process (with some arguments) --> 
   <process host="100030591" function="master">
-       <argument value="20"/>       <!-- Number of tasks -->
+       <argument value="10"/>       <!-- Number of tasks -->
        <argument value="50000000"/>  <!-- Computation size of tasks -->
        <argument value="1000000"/>   <!-- Communication size of tasks -->
-       <argument value="39"/>         <!-- Number of slaves -->
+       <argument value="15"/>         <!-- Number of slaves -->
     </process>
     <!-- The slave processes (with mailbox to listen on as argument) -->
     <process host="100036570" function="slave">   <argument value="0"/> </process>
     <process host="100185883" function="slave">   <argument value="12"/> </process>
     <process host="100186365" function="slave">   <argument value="13"/> </process>
     <process host="100200866" function="slave">   <argument value="14"/> </process>
-    <process host="100207885" function="slave">   <argument value="15"/> </process>
-    <process host="100224447" function="slave">   <argument value="16"/> </process>
-    <process host="100238799" function="slave">   <argument value="17"/> </process>
-    <process host="100273297" function="slave">   <argument value="18"/> </process>
-    <process host="100280711" function="slave">   <argument value="19"/> </process>
-    <process host="100284574" function="slave">   <argument value="20"/> </process>
-    <process host="100292843" function="slave">   <argument value="21"/> </process>
-    <process host="100309685" function="slave">   <argument value="22"/> </process>
-    <process host="100315281" function="slave">   <argument value="23"/> </process>
-    <process host="100317715" function="slave">   <argument value="24"/> </process>
-    <process host="100324694" function="slave">   <argument value="25"/> </process>
-    <process host="100326641" function="slave">   <argument value="26"/> </process>
-    <process host="100331484" function="slave">   <argument value="27"/> </process>
-    <process host="100347816" function="slave">   <argument value="28"/> </process>
-    <process host="100354536" function="slave">   <argument value="29"/> </process>
-    <process host="100355017" function="slave">   <argument value="30"/> </process>
-    <process host="100359203" function="slave">   <argument value="31"/> </process>
-    <process host="100379397" function="slave">   <argument value="32"/> </process>
-    <process host="100404046" function="slave">   <argument value="33"/> </process>
-    <process host="100413314" function="slave">   <argument value="34"/> </process>
-    <process host="100416828" function="slave">   <argument value="35"/> </process>
-    <process host="100422926" function="slave">   <argument value="36"/> </process>
-    <process host="100427449" function="slave">   <argument value="37"/> </process>
-    <process host="100429957" function="slave">   <argument value="38"/> </process>
 </platform>