Ignore:
Timestamp:
12/29/14 17:16:07 (10 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/experiments
Files:
3 added
1 copied

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/experiments/simpat2012/recs/resources1.xml

    r1208 r1498  
    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/DCWormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../../../simulator/schemas/resources/DCWormsResSchema.xsd"> 
    44         
    55        <timeEstimationPlugin> 
    6                 <name>test.article.recs.plugins.timeestimation.RecsTimeEstimationPlugin</name> 
     6                <name>experiments.simpat2012.recs.plugins.timeestimation.RecsTimeEstimationPlugin</name> 
    77        </timeEstimationPlugin> 
    88         
     
    2020                                <amount>4800000</amount> 
    2121                        </resourceUnit> 
    22                         <computingResource class="ComputingNode" type="Intel_i7" count="8" name="IntelI7"> 
     22                        <computingResource class="Node" type="Intel_i7" count="8" name="IntelI7"> 
    2323                                                        <parameter name="category"> 
    2424                                        <value>Intel_i7</value> 
     
    2929                                        <powerProfile> 
    3030                                                <energyEstimationPlugin> 
    31                                                         <name>test.article.recs.plugins.energy.IntelNodeEEP</name> 
     31                                                        <name>experiments.simpat2012.recs.plugins.energy.IntelNodeEEP</name> 
    3232                                                </energyEstimationPlugin>        
    33                                                 <powerStateList> 
     33                                                <powerStates> 
    3434                                                        <powerState> 
    3535                                                                <name>ON</name> 
     
    4040                                                                <powerUsage>0</powerUsage> 
    4141                                                        </powerState> 
    42                                                 </powerStateList>                                
     42                                                </powerStates>                           
    4343                                        </powerProfile> 
    4444                                        <thermalProfile></thermalProfile> 
     
    212212                        </computingResource> 
    213213                         
    214                         <computingResource class="ComputingNode" type="AMD_Fusion" count="6" name="AMDFusion"> 
     214                        <computingResource class="Node" type="AMD_Fusion" count="6" name="AMDFusion"> 
    215215 
    216216                                <parameter name="category"> 
     
    220220                                        <powerProfile> 
    221221                                                <energyEstimationPlugin> 
    222                                                         <name>test.article.recs.plugins.energy.AmdNodeEEP</name> 
     222                                                        <name>experiments.simpat2012.recs.plugins.energy.AmdNodeEEP</name> 
    223223                                                </energyEstimationPlugin>        
    224                                                 <powerStateList> 
     224                                                <powerStates> 
    225225                                                        <powerState> 
    226226                                                                <name>ON</name> 
     
    231231                                                                <powerUsage>0</powerUsage> 
    232232                                                        </powerState> 
    233                                                 </powerStateList>                                
     233                                                </powerStates>                           
    234234                                        </powerProfile> 
    235235                                        <thermalProfile></thermalProfile> 
     
    272272                        </computingResource> 
    273273 
    274                         <computingResource class="ComputingNode" type="Atom_D510" count="4" name="AtomD510"> 
     274                        <computingResource class="Node" type="Atom_D510" count="4" name="AtomD510"> 
    275275 
    276276                                <parameter name="category"> 
     
    280280                                        <powerProfile> 
    281281                                                <energyEstimationPlugin> 
    282                                                         <name>test.article.recs.plugins.energy.AtomD510NodeEEP</name> 
     282                                                        <name>experiments.simpat2012.recs.plugins.energy.AtomD510NodeEEP</name> 
    283283                                                </energyEstimationPlugin>        
    284                                                 <powerStateList> 
     284                                                <powerStates> 
    285285                                                        <powerState> 
    286286                                                                <name>ON</name> 
     
    291291                                                                <powerUsage>0</powerUsage> 
    292292                                                        </powerState> 
    293                                                 </powerStateList>                                
     293                                                </powerStates>                           
    294294                                        </powerProfile> 
    295295                                        <thermalProfile></thermalProfile> 
     
    398398                         
    399399                        <!--   
    400                         <computingResource class="ComputingNode" type="Atom_Z510" count="4"> 
     400                        <computingResource class="Node" type="Atom_Z510" count="4"> 
    401401                                <resourceUnit class="memory"> 
    402402                                        <amount>2048</amount> 
     
    408408                                        <powerProfile> 
    409409                                                <energyEstimationPlugin> 
    410                                                         <name>test.article.recs.plugins.energy.AtomZ510NodeEEP</name> 
     410                                                        <name>experiments.simpat2012.recs.plugins.energy.AtomZ510NodeEEP</name> 
    411411                                                </energyEstimationPlugin>        
    412412                                                <powerStates> 
     
    471471                        <!-- Definition of scheduling plugin at cluster level --> 
    472472                        <schedulingPlugin> 
    473                                 <name>test.article.recs.plugins.scheduling.RecsExclusivenessRandomSP</name> 
     473                                <name>experiments.simpat2012.recs.plugins.scheduling.RecsExclusivenessRandomSP</name> 
    474474                        </schedulingPlugin>      
    475475                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 
Note: See TracChangeset for help on using the changeset viewer.