Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge changes of maxmin_selective_update branch into the trunk.
[simgrid.git] / examples / msg / trace / test1.xml
diff --git a/examples/msg/trace/test1.xml b/examples/msg/trace/test1.xml
new file mode 100644 (file)
index 0000000..5cf9a15
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+  <host id="CPU1" power="20" availability_file="trace/file.trace"/>
+  <process host="CPU1" function="test_trace" start_time="10">
+       <argument value="400"/>
+       <argument value="1.0"/>
+  </process>
+</platform>
\ No newline at end of file