Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / msg / start_kill_time / deployment.xml
index 77a7713..76d97ee 100644 (file)
@@ -1,10 +1,8 @@
 <?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"/>
-       <process host="c-2.me" function="slave"/>
-       <process host="c-3.me" function="slave"/>
-       <process host="c-4.me" function="slave"/>
-       <process host="c-5.me" function="slave"/>
-</platform>
\ No newline at end of file
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+    <!-- Just sleeps for 10 seconds and quits -->
+    <process host="node-0.acme.org" function="sleeper">  
+       <argument value="10"/>
+    </process>
+</platform>