- Timestamp:
- 11/26/13 13:32:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/example/experiment2/resources2.xml
r529 r1223 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DC WormsResSchema.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 4 4 5 5 <!-- Data center description with some basic characteristics --> … … 13 13 </resourceUnit> 14 14 <!-- Rack consists of 12 computing nodes, 8 of one type and 4 of another --> 15 <computingResource class=" ComputingNode" count="8">15 <computingResource class="Node" count="8"> 16 16 <!-- Each of 8 computing nodes contains memory unit=16384 (unit according to the user interpretation)--> 17 17 <resourceUnit class="memory"> … … 25 25 </computingResource> 26 26 </computingResource> 27 <computingResource class=" ComputingNode" count="4">27 <computingResource class="Node" count="4"> 28 28 <!-- Each of 4 computing nodes contains memory unit=65536(unit according to the user interpretation)--> 29 29 <resourceUnit class="memory"> … … 57 57 <!-- Reference to managed resources - cluster manages defined rack and all resources belonging to it --> 58 58 <managedComputingResources include="true"> 59 <resourceName> Rack_0</resourceName>59 <resourceName>compRes/Rack_1</resourceName> 60 60 </managedComputingResources> 61 61 </scheduler>
Note: See TracChangeset
for help on using the changeset viewer.