Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this is not an example that the users can read, but rather a regression test
[simgrid.git] / examples / msg / trace / test11.xml
diff --git a/examples/msg/trace/test11.xml b/examples/msg/trace/test11.xml
deleted file mode 100644 (file)
index 3ad4535..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-
-<platform version="3">
-
-<trace id="1" periodicity="10">
-0  0.5
-10  0.5
-20  1.00
-30  0.5
-40  0.5
-50  0.5
-60  0.5
-</trace>
-  <AS  id="AS0"  routing="Full">
- <host id="CPU1" power="20"/>  
-  </AS>
-
-<trace_connect kind="POWER" trace="1" element="CPU1"/>
-<process host="CPU1" function="test_trace">
-<argument value="420"/>
-<argument value="2.0"/>
-</process>
-<process host="CPU1" function="test_trace">
-<argument value="310"/>
-<argument value="1.0"/>
-</process>
-<process host="CPU1" function="test_trace" start_time="50">
-<argument value="990"/>
-<argument value="9.0"/>
-</process>
-
-</platform>