Ignore:
Timestamp:
07/19/12 08:48:17 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r333 r334  
    88        <resources> 
    99                <description> 
    10                 This basic example defines simple resource hierarchy within a single data center. It consist of 4 racks.  
    11                 Each of them contains 64 computing nodes with 2 processors. Speed of every processor is equal 2. 
    12                 All computing nodes have 12GB of memory and 4TB storage. 
     10                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. 
    1314                Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 
    1415                with FCFS scheduling policy. The commented out cluster definition is equal to the one above it  
     
    4950                        </schedulingPlugin>              
    5051                        <managedComputingResource include="true"> 
     52                                <resourceId>rack_0</resourceId> 
    5153                                <resourceId>rack_1</resourceId> 
    5254                                <resourceId>rack_2</resourceId> 
    5355                                <resourceId>rack_3</resourceId> 
    54                                 <resourceId>rack_4</resourceId> 
    5556                        </managedComputingResource> 
    5657                </scheduler> 
     
    5960        </resources> 
    6061         
    61          
    62          
    6362</environment> 
Note: See TracChangeset for help on using the changeset viewer.