Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a little dax to make a real test with dax_test
authorsuter <frederic.suter@cc.in2p3.fr>
Thu, 4 Oct 2012 08:04:44 +0000 (10:04 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Thu, 4 Oct 2012 09:21:12 +0000 (11:21 +0200)
examples/simdag/dax/smalldax.xml [new file with mode: 0644]

diff --git a/examples/simdag/dax/smalldax.xml b/examples/simdag/dax/smalldax.xml
new file mode 100644 (file)
index 0000000..3829b91
--- /dev/null
@@ -0,0 +1,31 @@
+<?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">
+
+  <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"/>
+  </child>
+</adag>