Revision 604,
1.4 KB
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[477] | 1 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
[604] | 2 | xsi:noNamespaceSchemaLocation="../DCWoRMSResSchema.xsd"> |
---|
[477] | 3 | |
---|
| 4 | <!-- Analogiczny opis zasobow jak do tej pory, dla srodowiska gridowego --> |
---|
| 5 | <resources> |
---|
| 6 | <computingResource class="DataCenter" name="compRes1"> |
---|
| 7 | <computingResource class="Processor" count="64"/> |
---|
| 8 | </computingResource> |
---|
| 9 | <computingResource class="DataCenter" name="compRes2"> |
---|
| 10 | <computingResource class="Processor" count="64"/> |
---|
| 11 | </computingResource> |
---|
| 12 | <!-- Plugin dla Brokera |
---|
| 13 | Definicja pluginu zostala przeniesiona z pliku z propertiesami ma byc tu czy w propertiesach, sciezki bezwzledne czy wzgledne z domyslnej lokalizacji (moga byc obie mozliwosci ale to juz na poziomie tworzenia zasobow)--> |
---|
| 14 | <scheduler class="GridBroker" name="gridBroker"> |
---|
| 15 | <schedulingPlugin> |
---|
| 16 | <name>GridFCFSLoadBalancingPlugin</name> |
---|
| 17 | </schedulingPlugin> |
---|
| 18 | <scheduler class="Cluster" name="cluster1"> |
---|
| 19 | <schedulingPlugin> |
---|
| 20 | <name>FCFSLocalSchedulingPlugin</name> |
---|
| 21 | </schedulingPlugin> |
---|
| 22 | <managedComputingResources include="false"> |
---|
| 23 | <resourceName>compRes1</resourceName> |
---|
| 24 | </managedComputingResources> |
---|
| 25 | </scheduler> |
---|
| 26 | <scheduler class="Cluster" name="cluster2"> |
---|
| 27 | <schedulingPlugin> |
---|
| 28 | <name>FCFSLocalSchedulingPlugin</name> |
---|
| 29 | </schedulingPlugin> |
---|
| 30 | <managedComputingResources include="false"> |
---|
| 31 | <resourceName>compRes2</resourceName> |
---|
| 32 | </managedComputingResources> |
---|
| 33 | </scheduler> |
---|
| 34 | </scheduler> |
---|
| 35 | </resources> |
---|
| 36 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.