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] / teshsuite / msg / trace / test5.xml
diff --git a/teshsuite/msg/trace/test5.xml b/teshsuite/msg/trace/test5.xml
new file mode 100644 (file)
index 0000000..9052fa2
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+         <AS  id="AS0"  routing="Full">
+   <host id="CPU1" power="20" availability_file="trace/file.trace"/>   
+  </AS>
+
+  <process host="CPU1" function="test_trace" start_time="90">
+       <argument value="850"/>
+       <argument value="1.0"/>
+  </process>
+</platform>
\ No newline at end of file