Revision 104,
1.2 KB
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | <grmsJob appId="2" |
---|
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xsi: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="file21" type="in" size="8000000"> |
---|
23 | <location type="REFERENCE">dataRes1</location> |
---|
24 | </file> |
---|
25 | <file name="file22" type="in" size="1000000"> |
---|
26 | <location type="REFERENCE">dataRes1</location> |
---|
27 | </file> |
---|
28 | </stageInOut> |
---|
29 | </execution> |
---|
30 | <executionTime> |
---|
31 | <executionDuration>PT2H</executionDuration> |
---|
32 | <timePeriod> |
---|
33 | <periodStart>2008-11-03T01:00:00.000+01:00</periodStart> |
---|
34 | <periodEnd>2008-11-03T04:00:00.000+01:00</periodEnd> |
---|
35 | </timePeriod> |
---|
36 | </executionTime> |
---|
37 | </task> |
---|
38 | </grmsJob> |
---|
Note: See
TracBrowser
for help on using the repository browser.