Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
refactor 3 more examples
[simgrid.git] / examples / msg / start_kill_time / deployment_start.xml
diff --git a/examples/msg/start_kill_time/deployment_start.xml b/examples/msg/start_kill_time/deployment_start.xml
deleted file mode 100644 (file)
index 9ed2db1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-    <process host="node-0.acme.org" function="sleeper" start_time="0">  <argument value="10"/></process>
-    <process host="node-1.acme.org" function="sleeper" start_time="1">  <argument value="10"/></process>
-    <process host="node-2.acme.org" function="sleeper" start_time="2">  <argument value="10"/></process>
-    <process host="node-3.acme.org" function="sleeper" start_time="3">  <argument value="10"/></process>
-    <process host="node-4.acme.org" function="sleeper" start_time="4">  <argument value="10"/></process>
-    <process host="node-5.acme.org" function="sleeper" start_time="5">  <argument value="10"/></process>
-</platform>