Ignore:
Timestamp:
07/19/12 12:20:56 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 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  
Note: See TracChangeset for help on using the changeset viewer.