Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
couple more simplifications
[simgrid.git] / examples / simdag / dax / smalldax.xml
index 3829b91..1432fca 100644 (file)
@@ -1,29 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- generated: 2008-09-24T14:28:09-07:00 -->
-<!-- generated by: shishir [??] -->
-<adag xmlns="http://pegasus.isi.edu/schema/DAX"
-      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-      xsi:schemaLocation="http://pegasus.isi.edu/schema/DAX
-                         http://pegasus.isi.edu/schema/dax-2.1.xsd" 
-      version="2.1" count="1" index="0" name="test" jobCount="25" fileCount="0" childCount="20">
+<adag xmlns="http://pegasus.isi.edu/schema/DAX" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://pegasus.isi.edu/schema/DAX http://pegasus.isi.edu/schema/dax-2.1.xsd" 
+      version="2.1" count="1" index="0" name="test" jobCount="3" fileCount="5" childCount="1">
 
   <job id="1" namespace="SG" name="task1" version="1.0" runtime="10">
     <uses file="i1" link="input" register="true" transfer="true" optional="false" type="data" size="1000000"/>
     <uses file="o1" link="output" register="true" transfer="true" optional="false" type="data" size="1000000"/>
   </job>
-
   <job id="2" namespace="SG" name="task2" version="1.0" runtime="10">
     <uses file="i2" link="input" register="true" transfer="true" optional="false" type="data" size="1000000"/>
     <uses file="o2" link="output" register="true" transfer="true" optional="false" type="data" size="1000000"/>
   </job>
-
   <job id="3" namespace="SG" name="task1" version="1.0" runtime="10">
     <uses file="o1" link="input" register="true" transfer="true" optional="false" type="data" size="304"/>
     <uses file="o2" link="input" register="true" transfer="true" optional="false" type="data" size="304"/>
     <uses file="o3" link="output" register="true" transfer="true" optional="false" type="data" size="4167312"/>
   </job>
 
-<!-- part 3: list of control-flow dependencies (may be empty) -->
   <child ref="3">
     <parent ref="1"/>
     <parent ref="2"/>