Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use a user level mallocator on the task content
[simgrid.git] / examples / gras / properties / properties.xml
index 65e37b3..8edb595 100644 (file)
@@ -1,15 +1,9 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "surfxml.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"/>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+  <process host="host1" function="alice">
+    <prop id="SG_TEST_blah" value="blah"/>
   </process>
+
+  <process host="host1" function="bob"  />
 </platform>