Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revive this file that is very handful to debug the bindings
[simgrid.git] / examples / basic / deploy.xml
index 4f075e3..eae9acf 100644 (file)
@@ -1,17 +1,17 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="2">
+<platform version="3">
   <!-- The master process (with some arguments) -->
 
   <!-- The master process (with some arguments) -->
 
-  <process host="Jacquelin" function="Master">
-     <argument value="100000"/>       <!-- Number of tasks -->
+  <process host="Jacquelin" function="basic.Master">
+     <argument value="10"/>       <!-- Number of tasks -->
      <argument value="50000000"/>  <!-- Computation size of tasks -->
      <argument value="1000000"/>   <!-- Communication size of tasks -->
      <argument value="2"/>  <!-- Number of slaves -->
   </process>
   <!-- The slave process (with no argument) -->
      <argument value="50000000"/>  <!-- Computation size of tasks -->
      <argument value="1000000"/>   <!-- Communication size of tasks -->
      <argument value="2"/>  <!-- Number of slaves -->
   </process>
   <!-- The slave process (with no argument) -->
-  <process host="Jacquelin" function="Slave"><argument value="0"/></process>
-  <process host="Boivin" function="Slave"><argument value="1"/></process>
+  <process host="Jacquelin" function="basic.Slave"><argument value="0"/></process>
+  <process host="Boivin" function="basic.Slave"><argument value="1"/></process>
 <!--  <process host="Jean_Yves" function="Slave"><argument value="2"/></process>
   <process host="TeX" function="Slave"><argument value="3"/></process>
   <process host="Geoff" function="Slave"><argument value="4"/></process>
 <!--  <process host="Jean_Yves" function="Slave"><argument value="2"/></process>
   <process host="TeX" function="Slave"><argument value="3"/></process>
   <process host="Geoff" function="Slave"><argument value="4"/></process>