Changeset 337


Ignore:
Timestamp:
07/19/12 12:20:56 (13 years ago)
Author:
wojtekp
Message:
 
Location:
xssim/trunk/src/test/rewolucja/schemas/example/coolemall
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example1.xml

    r334 r337  
    22        xsi:noNamespaceSchemaLocation="../../XSSimResSchema.xsd"> 
    33 
     4        <!-- Plugin defined in class ExecTimeEstimationPlugin will be used to estimate task execution time --> 
    45        <timeEstimationPlugin> 
    56                <name>ExecTimeEstimationPlugin</name> 
     
    910                <description> 
    1011                This basic example defines simple resource hierarchy within a single data center (named dataCenter). It consist of 4 racks 
    11                 (with names created according to the name attribute and subsequent natural number).  
    12                 Each of them contains 64 computing nodes (names will be generated using resource class and subsequent natural number) 
    13                 with 2 processors. Speed of every processor is equal 2. All computing nodes have 12GB of memory and 4TB storage. 
     12                (with names created according to the name attribute and subsequent natural number: rack_0, rack_1, rack_2 and rack_3).  
     13                Each of them contains 64 computing nodes (names will be generated using resource class and subsequent natural number:  
     14                ComputingNode_0, ComputingNode_1,...ComputingNode_255) with 2 processors. Speed of every processor is equal 2.  
     15                All computing nodes have 12GB of memory and 4TB storage. 
    1416                Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 
    1517                with FCFS scheduling policy. The commented out cluster definition is equal to the one above it  
  • xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example2.xml

    r334 r337  
    1515                        <computingResource class="Rack" count="4" name="rack"> 
    1616                                <computingResource class="ComputingNode" count="64"> 
    17                                         <description>ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 
    18                                         specific applications and hardware on computing node level.</description> 
     17                                        <!-- ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 
     18                                        specific applications and hardware on computing node level--> 
    1919                                        <energyEstimationPlugin> 
    2020                                                <name>ComputingNodeEnergyEstimationPlugin</name> 
     
    5050                                                </powerProfile> 
    5151                                                <!-- Definition of computing node air throughput profile (for instance fan related with the given node) 
    52                                                 Fan can operate in the 4 states, characterized by name, air flow value and power consumption. 
     52                                                Fan can operate in the 4 states, characterized by name, air flow value and power draw. 
    5353                                                 --> 
    5454                                                <airThroughputProfile> 
     
    7676                                        </profile> 
    7777                                        <computingResource class="Processor" count="2"> 
    78                                                 <description>CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.</description> 
     78                                                <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.--> 
    7979                                                <energyEstimationPlugin> 
    8080                                                        <name>CPUEnergyEstimationPlugin</name> 
     
    8585                             P0 p-state is characterized by operating frequency - 3000, 
    8686                             voltage level - 1.3 and power usage - 35.  
    87                              Next p-state - P1 has the following values: 2666, 1.1, 30 respectively. 
     87                             Next p-state - P1 has the following values: 2666, 1.1, 30, respectively. 
    8888                                                         --> 
    8989                                                        <powerProfile> 
  • xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example7.xml

    r336 r337  
    99                Simulated architecture consist of data center with 2 racks named rack1 and rack2 respectively. 
    1010                Rack1 contains 2 computing nodes - node11 and node12, described in common way. 
    11                 Nodes in rack2 are defined using template. Node21 refers to template modelNodeA, 
    12                 and thus will be created with respect to the specification given in that template. 
     11                Nodes in rack2 are defined using template. Node21 refers to template modelNodeA and,  
     12                thus will be created with respect to the specification given in that template (node will have 4 processors with speed 2). 
    1313                Node22 contains 8 processors which definition is included in modeProcessorB template. 
    1414                </description> 
     
    4343        <templates> 
    4444                <description> 
    45                 There are two processor templates named modelProcessorA (with speed 2) and modelProcessorB (with speed 1). 
     45                There are two processor templates named modelProcessorA (with cpu speed 2) and modelProcessorB (with cpu speed 1). 
    4646                There is also one computing node template denoted as modelNodeA, which contains 4 processors that refer to modelProcessorA template. 
    47                 That means that the given processors will be created according to the guidelines defined in template modelProcessorA. 
     47                That means that the given processors will be created according to the guidelines defined in template modelProcessorA (they will have speed equal 2). 
    4848                </description> 
    4949                <computingResourceTemplate class="ComputingNode" name="modelNodeA"> 
Note: See TracChangeset for help on using the changeset viewer.