Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Damnit, when the examples are not syntaxically correct, the test suite fails because...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 13 Jul 2009 15:28:24 +0000 (15:28 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 13 Jul 2009 15:28:24 +0000 (15:28 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6482 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/platforms/metaxml.xml

index 2bb85c8..3c79efc 100644 (file)
@@ -7,9 +7,10 @@
 
   <!-- define a trace inside the XML file -->
   <trace id="mytrace" periodicity="12">
 
   <!-- define a trace inside the XML file -->
   <trace id="mytrace" periodicity="12">
-       5 100
-       17 200
-       15 140
+       5 100    <!-- new value at time 5  is 100 -->
+       12 200   <!-- new value at time 12 is 200 -->
+       15 140   <!-- new value at time 15 is 140 -->
+       <!-- value will stay at 140 for 12 more seconds (the periodicity parameter), and go back on top of the trace afterward) -->
   </trace>
 
   <!-- define a cluster for Nancy. Hosts, links, backbone, routes for inter linkage and external linkage are generated by the parser automatically --> 
   </trace>
 
   <!-- define a cluster for Nancy. Hosts, links, backbone, routes for inter linkage and external linkage are generated by the parser automatically -->