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

Public GIT Repository
Update the tesh file...
[simgrid.git] / examples / msg / masterslave / deployment_masterslave.xml
index 102c3bb13db9a1d27d1566f0c0d0071b6f2931e9..6764a8df5e0bba6852961ab1e4069898dc6be514 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
      <argument value="20"/>       <!-- Number of tasks -->
-     <argument value="5000000"/>  <!-- Computation size of tasks -->
-     <argument value="100000"/>   <!-- Communication size of tasks -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="1000000"/>   <!-- Communication size of tasks -->
      <argument value="Jupiter"/>  <!-- First slave -->
      <argument value="Fafard"/>   <!-- Second slave -->
      <argument value="Ginette"/>  <!-- Third slave -->
@@ -18,4 +18,4 @@
   <process host="Fafard" function="slave"/>
   <process host="Ginette" function="slave"/>
   <process host="Bourassa" function="slave"/>
-</platform_description>
+</platform>