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/experiment9/resources9.xml

    r1188 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        <timeEstimationPlugin> 
     
    99        <resources> 
    1010                <computingResource class="ComputeBox1" name="COOLEMALL_TESTBED"> 
    11                         <resourceUnit class="storage"> 
    12                                 <amount>4800000</amount> 
    13                         </resourceUnit> 
    1411                        <profile> 
    1512                                <powerProfile> 
     
    1916                                </powerProfile>  
    2017                        </profile> 
     18                        <resourceUnit class="storage"> 
     19                                <amount>4800000</amount> 
     20                        </resourceUnit> 
    2121                        <computingResource class="NodeGroup" name="Recs1"> 
    2222                                <profile> 
     
    2828                                </profile> 
    2929                                <computingResource class="Node" type="Intel_i7" count="18" name="IntelI7"> 
    30                                         <resourceUnit class="memory"> 
    31                                                 <amount>16384</amount> 
    32                                         </resourceUnit> 
    3330                                        <parameter name="category"> 
    3431                                                <value>Intel_i7</value> 
     
    5350                                                        <airThroughputStates> 
    5451                                                                <airThroughputState> 
    55                                                                         <name>FAN_ON</name> 
     52                                                                        <name>ON</name> 
    5653                                                                        <value>673</value> 
    5754                                                                        <powerUsage>7</powerUsage> 
    5855                                                                </airThroughputState> 
    5956                                                                <airThroughputState> 
    60                                                                         <name>FAN_OFF</name> 
     57                                                                        <name>OFF</name> 
    6158                                                                        <value>0</value> 
    6259                                                                        <powerUsage>0</powerUsage> 
     
    6663                                                <thermalProfile></thermalProfile> 
    6764                                        </profile> 
     65                                        <resourceUnit class="memory"> 
     66                                                <amount>16384</amount> 
     67                                        </resourceUnit> 
    6868                                        <computingResource class="Processor" count="1"> 
    6969                                                <profile> 
Note: See TracChangeset for help on using the changeset viewer.