Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent a bunch of deployment files too
[simgrid.git] / examples / msg / process-startkilltime / kill_d.xml
index 85c2e79..a85e3f6 100644 (file)
@@ -1,7 +1,13 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-    <process host="node-1.acme.org" function="sleeper" kill_time="6">  <argument value="10"/></process>
-    <process host="node-2.acme.org" function="sleeper" kill_time="6">  <argument value="6"/></process>
-    <process host="node-3.acme.org" function="sleeper" kill_time="10"> <argument value="6"/></process>
+  <process host="node-1.acme.org" function="sleeper" kill_time="6">
+    <argument value="10"/>
+  </process>
+  <process host="node-2.acme.org" function="sleeper" kill_time="6">
+    <argument value="6"/>
+  </process>
+  <process host="node-3.acme.org" function="sleeper" kill_time="10"> 
+    <argument value="6"/>
+  </process>
 </platform>