Revision 297,
1.2 KB
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xsi:noNamespaceSchemaLocation="../XSSimResSchema.xsd"> |
---|
4 | |
---|
5 | <!-- Opis dla data center z podstawowa charakterystyka zasobow --> |
---|
6 | <resources> |
---|
7 | <computingResource type="DataCenter" id="compRes1"> |
---|
8 | <computingResource type="ComputingNode" id="compNode1"> |
---|
9 | <resourceUnit type="memory"> |
---|
10 | <amount>12288</amount> |
---|
11 | </resourceUnit> |
---|
12 | <resourceUnit type="cost"> |
---|
13 | <amount>100</amount> |
---|
14 | </resourceUnit> |
---|
15 | <computingResource type="Processor" count="8"/> |
---|
16 | </computingResource> |
---|
17 | <computingResource type="ComputingNode" id="compNode2"> |
---|
18 | <resourceUnit type="memory"> |
---|
19 | <amount>12288</amount> |
---|
20 | </resourceUnit> |
---|
21 | <resourceUnit type="cost"> |
---|
22 | <amount>60</amount> |
---|
23 | </resourceUnit> |
---|
24 | <computingResource type="Processor" count="8"/> |
---|
25 | </computingResource> |
---|
26 | </computingResource> |
---|
27 | <scheduler type="Cluster" id="cluster1"> |
---|
28 | <schedulingPlugin> |
---|
29 | <name>FCFSLocalSchedulingPlugin</name> |
---|
30 | </schedulingPlugin> |
---|
31 | <managedComputingResource> |
---|
32 | <associatedComputingResource>compRes1</associatedComputingResource> |
---|
33 | </managedComputingResource> |
---|
34 | </scheduler> |
---|
35 | </resources> |
---|
36 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.