source: DCWoRMS/trunk/src/test/jobschema/example/example2.xml @ 745

Revision 745, 833 bytes checked in by wojtekp, 12 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1<qcgJob appId="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2        xsi:noNamespaceSchemaLocation="../QCGJobDescriptionSchemaNew.xsd">
3        <task taskId="0">
4                <requirements>
5                        <resourceRequirements>
6                                <computingResource>
7                                        <hostParameter name="cpucount">
8                                                <value>1</value>
9                                        </hostParameter>
10                                        <networkParameter name="bandwidth">
11                                                <value>100000</value>
12                                        </networkParameter>
13                                        <networkParameter name="latency">
14                                                <value>300</value>
15                                        </networkParameter>
16                                </computingResource>
17                        </resourceRequirements>
18                </requirements>
19                <execution>
20                        <stdin name="file01" type="in" size="500000">
21                                <location type="REFERENCE">dataRes1</location>
22                        </stdin>
23                        <stdin name="file01" type="in" size="500000">
24                                <location type="REFERENCE">dataRes1</location>
25                        </stdin>
26                </execution>
27        </task>
28</qcgJob>
Note: See TracBrowser for help on using the repository browser.