Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't tell 165 times that we need CMAKE v2.6
[simgrid.git] / examples / msg / start_kill_time / deployment.xml
index 77a7713..c9b5c37 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
+    <!-- Just sleeps for 10 seconds and quits -->
+    <process host="node-0.acme.org" function="sleeper">  
+       <argument value="10"/>
+    </process>
+</platform>