- Timestamp:
- 07/19/12 12:20:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example1.xml
r334 r337 2 2 xsi:noNamespaceSchemaLocation="../../XSSimResSchema.xsd"> 3 3 4 <!-- Plugin defined in class ExecTimeEstimationPlugin will be used to estimate task execution time --> 4 5 <timeEstimationPlugin> 5 6 <name>ExecTimeEstimationPlugin</name> … … 9 10 <description> 10 11 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. 14 16 Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 15 17 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.