- Timestamp:
- 07/19/12 08:48:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example1.xml
r333 r334 8 8 <resources> 9 9 <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. 13 14 Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 14 15 with FCFS scheduling policy. The commented out cluster definition is equal to the one above it … … 49 50 </schedulingPlugin> 50 51 <managedComputingResource include="true"> 52 <resourceId>rack_0</resourceId> 51 53 <resourceId>rack_1</resourceId> 52 54 <resourceId>rack_2</resourceId> 53 55 <resourceId>rack_3</resourceId> 54 <resourceId>rack_4</resourceId>55 56 </managedComputingResource> 56 57 </scheduler> … … 59 60 </resources> 60 61 61 62 63 62 </environment>
Note: See TracChangeset
for help on using the changeset viewer.