Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert actor-startkilltime to s4u API
[simgrid.git] / examples / s4u / actor-startkilltime / s4u-actor-start_kill_d.xml
diff --git a/examples/s4u/actor-startkilltime/s4u-actor-start_kill_d.xml b/examples/s4u/actor-startkilltime/s4u-actor-start_kill_d.xml
new file mode 100644 (file)
index 0000000..7292ca2
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4.1">
+  <actor host="node-0.acme.org" function="sleeper" start_time="0" kill_time="5">
+    <argument value="10"/>
+  </actor>
+  <actor host="node-1.acme.org" function="sleeper" start_time="1" kill_time="6">
+    <argument value="10"/>
+  </actor>
+  <actor host="node-2.acme.org" function="sleeper" start_time="2" kill_time="7">
+    <argument value="4" />
+  </actor>
+  <actor host="node-3.acme.org" function="sleeper" start_time="3" kill_time="8">
+    <argument value="4" />
+  </actor>
+  <actor host="node-4.acme.org" function="sleeper" start_time="4" kill_time="9">
+    <argument value="5" />
+  </actor>
+  <actor host="node-5.acme.org" function="sleeper" start_time="5" kill_time="10">
+    <argument value="5"/>
+  </actor>
+</platform>