Revision 503,
694 bytes
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="../../simulator/schemas/resources/WormsResSchema.xsd"> |
---|
4 | |
---|
5 | <!-- Simple data center description --> |
---|
6 | <resources> |
---|
7 | <computingResource class="DataCenter" name="compRes"> |
---|
8 | <computingResource class="Processor" count="6"/> |
---|
9 | </computingResource> |
---|
10 | <scheduler class="Cluster" name="cluster"> |
---|
11 | <schedulingPlugin> |
---|
12 | <name>example.localplugin.FCFS_BFLocalPlugin</name> |
---|
13 | </schedulingPlugin> |
---|
14 | <managedComputingResources include="false"> |
---|
15 | <resourceName>compRes</resourceName> |
---|
16 | </managedComputingResources> |
---|
17 | </scheduler> |
---|
18 | </resources> |
---|
19 | |
---|
20 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.