Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/s4u examples/cpp
[simgrid.git] / examples / s4u / actor-lifetime / s4u-actor-lifetime_d.xml
diff --git a/examples/s4u/actor-lifetime/s4u-actor-lifetime_d.xml b/examples/s4u/actor-lifetime/s4u-actor-lifetime_d.xml
deleted file mode 100644 (file)
index e877e7e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-
-<!-- This shows how to use the start_time and kill_time attributes of <actors> -->
-
-<platform version="4.1">
-  <actor host="node-0.simgrid.org" function="sleeper"                              />
-  <actor host="node-0.simgrid.org" function="sleeper" start_time="2"               />
-  <actor host="node-1.simgrid.org" function="sleeper"                kill_time="3" />
-  <actor host="node-2.simgrid.org" function="sleeper" start_time="4" kill_time="7" />
-</platform>