Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revamp the start_kill test to greatly improve the coverage
[simgrid.git] / examples / msg / start_kill_time / deployment_start.xml
index a5c56f0..39af2ab 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3">
-    <process host="c-0.me" function="master"/>
-       <process host="c-1.me" function="slave" start_time="1"/>
-       <process host="c-2.me" function="slave" start_time="2"/>
-       <process host="c-3.me" function="slave" start_time="3"/>
-       <process host="c-4.me" function="slave" start_time="4"/>
-       <process host="c-5.me" function="slave" start_time="5"/>
-</platform>
\ No newline at end of file
+    <process host="node-0.acme.org" function="sleeper" start_time="0">  <argument value="10"/></process>
+    <process host="node-1.acme.org" function="sleeper" start_time="1">  <argument value="10"/></process>
+    <process host="node-2.acme.org" function="sleeper" start_time="2">  <argument value="10"/></process>
+    <process host="node-3.acme.org" function="sleeper" start_time="3">  <argument value="10"/></process>
+    <process host="node-4.acme.org" function="sleeper" start_time="4">  <argument value="10"/></process>
+    <process host="node-5.acme.org" function="sleeper" start_time="5">  <argument value="10"/></process>
+</platform>