Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'coverity_scan' of github.com:mquinson/simgrid
[simgrid.git] / examples / msg / properties / deployment_properties.xml
index 2f8cf2e..6b86cf3 100644 (file)
@@ -1,15 +1,8 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
-  <!-- The master process (with some arguments) -->
-  <process host="C1-01" function="master">
-     <argument value="1"/>       <!-- Number of tasks -->
-     <argument value="50000000"/>  <!-- Computation size of tasks -->
-     <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="C1-00"/>  <!-- First slave -->
-  </process>
-  <!-- The slave process (with no argument) -->
-  <process host="C1-00" function="slave">
-    <prop id="SomeProp" value="SomeValue"/>
-  </process>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <process host="host1" function="alice" />
+  <process host="host1" function="bob">       <prop id="SomeProp" value="SomeValue"/>   </process>
+  <process host="host2" function="carole" />
+  <process host="host2" function="david" />
 </platform>