Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework all examples and test cases of the properties
[simgrid.git] / examples / gras / properties / properties.xml
index 2f8cf2e..9fc1165 100644 (file)
@@ -1,15 +1,9 @@
 <?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 host="host1" function="alice">
+    <prop id="SG_TEST_blah" value="blah"/>
   </process>
+
+  <process host="host1" function="bob"  />
 </platform>