Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert and simplify msg/process-lifetime
[simgrid.git] / teshsuite / msg / process-lifetime / start_d.xml
diff --git a/teshsuite/msg/process-lifetime/start_d.xml b/teshsuite/msg/process-lifetime/start_d.xml
deleted file mode 100644 (file)
index e26d0c8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <actor host="node-0.simgrid.org" function="sleeper" start_time="0">
-    <argument value="10"/>
-  </actor>
-  <actor host="node-1.simgrid.org" function="sleeper" start_time="1">
-    <argument value="10"/>
-  </actor>
-  <actor host="node-2.simgrid.org" function="sleeper" start_time="2">
-    <argument value="10"/>
-  </actor>
-  <actor host="node-3.simgrid.org" function="sleeper" start_time="3">
-    <argument value="10"/>
-  </actor>
-  <actor host="node-4.simgrid.org" function="sleeper" start_time="4">
-    <argument value="10"/>
-  </actor>
-  <actor host="node-5.simgrid.org" function="sleeper" start_time="5">
-    <argument value="10"/>
-  </actor>
-</platform>