Revision 1476,
1.0 KB
checked in by wojtekp, 10 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[1476] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 3 | xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> |
---|
| 4 | |
---|
| 5 | <timeEstimationPlugin> |
---|
| 6 | <name>example.timeestimation.DefaultTimeEstimationPlugin</name> |
---|
| 7 | </timeEstimationPlugin> |
---|
| 8 | <!-- Simple data center description --> |
---|
| 9 | <resources> |
---|
| 10 | <computingResource class="DataCenter" name="myDataCenter"> |
---|
| 11 | <!-- Defined data center contains only 128 processors --> |
---|
| 12 | <computingResource class="Processor" count="128"/> |
---|
| 13 | </computingResource> |
---|
| 14 | <scheduler class="Cluster" name="cluster"> |
---|
| 15 | <!-- Definition of scheduling plugin at cluster level --> |
---|
| 16 | <schedulingPlugin> |
---|
| 17 | <name>example.localplugin.FCFSBF_LocalPlugin</name> |
---|
| 18 | </schedulingPlugin> |
---|
| 19 | <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> |
---|
| 20 | <managedComputingResources include="false"> |
---|
| 21 | <resourceName>myDataCenter</resourceName> |
---|
| 22 | </managedComputingResources> |
---|
| 23 | </scheduler> |
---|
| 24 | </resources> |
---|
| 25 | |
---|
| 26 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.