source: xssim/trunk/example/workloadARNR/GrmsJob_3.xml @ 104

Revision 104, 1.1 KB checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1<grmsJob appId="4"
2xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3xsi:noNamespaceSchemaLocation="/Users/marcin/workspace/brain/symulator/gssim_current/simulator/schemas/grms3/GrmsJobDescriptionSchema.xsd">
4        <task taskId="0">       
5                <requirements>
6                        <resourceRequirements>
7                                <computingResource>
8                                        <hostParameter name="cpucount">
9                                                <value>1</value>
10                                        </hostParameter>
11                                        <networkParameter name="bandwidth">
12                                                <value>100000</value>
13                                        </networkParameter>
14                                        <networkParameter name="latency">
15                                                <value>300</value>
16                                        </networkParameter>
17                                </computingResource>
18                        </resourceRequirements>
19                </requirements>
20                <execution>
21                        <stageInOut>
22                                <file name="file31" type="in" size="20000000">
23                                        <location type="REFERENCE">COMPUTING_RESOURCE_2</location>
24                                </file>
25                        </stageInOut>
26                </execution>
27                <executionTime>
28                <executionDuration>PT2H</executionDuration>
29                        <timePeriod>
30                                <periodStart>2008-11-03T05:00:00.000+01:00</periodStart>
31                                <periodEnd>2008-11-03T07:00:00.000+01:00</periodEnd>
32                        </timePeriod>
33                </executionTime>
34        </task>
35</grmsJob>
Note: See TracBrowser for help on using the repository browser.