Revision 604,
1.5 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 | <!-- Opis zasobow 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 | <!-- W tym przypadku Broker zarzadza dwoma klastrami (cluster1 i cluster2) |
---|
| 13 | Kazdy z klastrow skojarzony jest z odpowiednimi zasobami (odpowiednio compRes1 i compRes2) tzn. sklada sie(zarzadza) wszystkimi zasobami znajdujacymi sie pod nimi |
---|
| 14 | Patrz tez example3.xml --> |
---|
| 15 | <scheduler class="GridBroker" name="gridBroker"> |
---|
| 16 | <schedulingPlugin> |
---|
| 17 | <name>GridFCFSLoadBalancingPlugin</name> |
---|
| 18 | </schedulingPlugin> |
---|
| 19 | <scheduler class="Cluster" name="cluster1"> |
---|
| 20 | <schedulingPlugin> |
---|
| 21 | <name>FCFSLocalSchedulingPlugin</name> |
---|
| 22 | <frequency>600</frequency> |
---|
| 23 | </schedulingPlugin> |
---|
| 24 | <managedComputingResources include="false"> |
---|
| 25 | <resourceName>compRes1</resourceName> |
---|
| 26 | </managedComputingResources> |
---|
| 27 | </scheduler> |
---|
| 28 | <scheduler class="Cluster" name="cluster2"> |
---|
| 29 | <schedulingPlugin> |
---|
| 30 | <name>FCFSLocalSchedulingPlugin</name> |
---|
| 31 | <frequency>600</frequency> |
---|
| 32 | </schedulingPlugin> |
---|
| 33 | <managedComputingResources include="false"> |
---|
| 34 | <resourceName>compRes2</resourceName> |
---|
| 35 | </managedComputingResources> |
---|
| 36 | </scheduler> |
---|
| 37 | </scheduler> |
---|
| 38 | </resources> |
---|
| 39 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.