Ignore:
Timestamp:
11/26/13 13:32:48 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/example/experiment2/resources2.xml

    r529 r1223  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCWormsResSchema.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
    44         
    55        <!-- Data center description with some basic characteristics --> 
     
    1313                                </resourceUnit> 
    1414                                <!-- 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"> 
    1616                                        <!-- Each of 8 computing nodes contains memory unit=16384 (unit according to the user interpretation)--> 
    1717                                        <resourceUnit class="memory"> 
     
    2525                                        </computingResource> 
    2626                                </computingResource>     
    27                                 <computingResource class="ComputingNode" count="4"> 
     27                                <computingResource class="Node" count="4"> 
    2828                                        <!-- Each of 4 computing nodes contains memory unit=65536(unit according to the user interpretation)--> 
    2929                                        <resourceUnit class="memory"> 
     
    5757                        <!-- Reference to managed resources - cluster manages defined rack and all resources belonging to it --> 
    5858                        <managedComputingResources include="true"> 
    59                                 <resourceName>Rack_0</resourceName> 
     59                                <resourceName>compRes/Rack_1</resourceName> 
    6060                        </managedComputingResources> 
    6161                </scheduler>     
Note: See TracChangeset for help on using the changeset viewer.