- Timestamp:
- 11/26/13 13:32:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/example/experiment9/resources9.xml
r1188 r1223 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DC WormsResSchema.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 4 4 5 5 <timeEstimationPlugin> … … 9 9 <resources> 10 10 <computingResource class="ComputeBox1" name="COOLEMALL_TESTBED"> 11 <resourceUnit class="storage">12 <amount>4800000</amount>13 </resourceUnit>14 11 <profile> 15 12 <powerProfile> … … 19 16 </powerProfile> 20 17 </profile> 18 <resourceUnit class="storage"> 19 <amount>4800000</amount> 20 </resourceUnit> 21 21 <computingResource class="NodeGroup" name="Recs1"> 22 22 <profile> … … 28 28 </profile> 29 29 <computingResource class="Node" type="Intel_i7" count="18" name="IntelI7"> 30 <resourceUnit class="memory">31 <amount>16384</amount>32 </resourceUnit>33 30 <parameter name="category"> 34 31 <value>Intel_i7</value> … … 53 50 <airThroughputStates> 54 51 <airThroughputState> 55 <name> FAN_ON</name>52 <name>ON</name> 56 53 <value>673</value> 57 54 <powerUsage>7</powerUsage> 58 55 </airThroughputState> 59 56 <airThroughputState> 60 <name> FAN_OFF</name>57 <name>OFF</name> 61 58 <value>0</value> 62 59 <powerUsage>0</powerUsage> … … 66 63 <thermalProfile></thermalProfile> 67 64 </profile> 65 <resourceUnit class="memory"> 66 <amount>16384</amount> 67 </resourceUnit> 68 68 <computingResource class="Processor" count="1"> 69 69 <profile>
Note: See TracChangeset
for help on using the changeset viewer.