Changeset 1306 for DCWoRMS/branches
- Timestamp:
- 03/19/14 18:25:58 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/example
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/example/experiment1/resources1.xml
r1223 r1306 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/DCwormsResSchema New.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 4 4 5 5 <!-- Simple data center description --> -
DCWoRMS/branches/coolemall/example/experiment2/resources2.xml
r1223 r1306 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/DCwormsResSchema New.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 4 4 5 5 <!-- Data center description with some basic characteristics --> … … 42 42 <!-- Definition of scheduling plugin at cluster level --> 43 43 <schedulingPlugin> 44 <name>example.localplugin. FCFSBF_ClusterPlugin</name>44 <name>example.localplugin.Cluster_FCFSBF_RandomPlugin</name> 45 45 </schedulingPlugin> 46 46 <!-- Definition of available queues--> -
DCWoRMS/branches/coolemall/example/experiment3/resources3.xml
r1223 r1306 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/DCwormsResSchema New.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 4 4 5 5 <!-- Data Center description with energy parameters --> … … 202 202 <schedulingPlugin> 203 203 <!-- <name>example.localplugin.FCFSBF_ClusterPlugin</name> --> 204 <name>example.localplugin. FCFSBF_DFSClusterPlugin</name>204 <name>example.localplugin.Cluster_FCFSBF_DFSPlugin</name> 205 205 </schedulingPlugin> 206 206 <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> -
DCWoRMS/branches/coolemall/example/experiment5/resources5.xml
r1259 r1306 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/DCwormsResSchema New.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 4 4 5 5 <!-- Data Center description with energy parameters --> … … 129 129 <schedulingPlugin> 130 130 <!-- <name>example.localplugin.Cluster_FCFSBF_RandomPlugin</name> --> 131 <name>example.localplugin. FCFSBF_FanManagementClusterPlugin</name>131 <name>example.localplugin.Cluster_FCFSBF_ConsolidationHighPerf_NodePowMan_Plugin</name> 132 132 </schedulingPlugin> 133 133 <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> -
DCWoRMS/branches/coolemall/example/experiment6/resources6.xml
r1223 r1306 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/DCwormsResSchema New.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 4 4 5 5 -
DCWoRMS/branches/coolemall/example/experiment8/resources8.xml
r1223 r1306 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/DCwormsResSchema New.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 4 4 5 5 -
DCWoRMS/branches/coolemall/example/experiment9/resources9.xml
r1223 r1306 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/DCwormsResSchema New.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 4 4 5 5 <timeEstimationPlugin>
Note: See TracChangeset
for help on using the changeset viewer.