Revision 842,
1.3 KB
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[841] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <plugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 3 | xsi:noNamespaceSchemaLocation="../debb2dcworms.xsd"> |
---|
| 4 | <timeEstimationPlugin> |
---|
| 5 | <name>example.timeestimation.RecsTimeEstimationPlugin</name> |
---|
| 6 | </timeEstimationPlugin> |
---|
| 7 | |
---|
| 8 | <schedulingPlugin> |
---|
| 9 | <name>example.localplugin.FCFSBF_LocalPlugin</name> |
---|
| 10 | <resources> |
---|
| 11 | <class>ComputeBox1</class> |
---|
| 12 | </resources> |
---|
| 13 | </schedulingPlugin> |
---|
| 14 | |
---|
| 15 | <schedulingPlugin> |
---|
| 16 | <name>example.localplugin.FCFSBF_RECSPlugin</name> |
---|
| 17 | <resources> |
---|
| 18 | <class>RECS</class> |
---|
| 19 | </resources> |
---|
| 20 | </schedulingPlugin> |
---|
| 21 | |
---|
| 22 | <energyEstimationPlugin> |
---|
| 23 | <name>example.energy.recs.NodeI7EnergyEstimationPlugin</name> |
---|
| 24 | <resources> |
---|
| 25 | <class>Node</class> |
---|
| 26 | <type>Intel_i7</type> |
---|
| 27 | </resources> |
---|
| 28 | </energyEstimationPlugin> |
---|
| 29 | |
---|
| 30 | <energyEstimationPlugin> |
---|
| 31 | <name>example.energy.recs.NodeAmdEnergyEstimationPlugin</name> |
---|
| 32 | <resources> |
---|
| 33 | <class>Node</class> |
---|
| 34 | <type>AMD</type> |
---|
| 35 | </resources> |
---|
| 36 | </energyEstimationPlugin> |
---|
| 37 | |
---|
| 38 | <energyEstimationPlugin> |
---|
[842] | 39 | <name>example.energy.recs.ProcessorI7EnergyEstimationPlugin</name> |
---|
[841] | 40 | <resources> |
---|
[842] | 41 | <class>Processor</class> |
---|
[841] | 42 | <type>Intel_i7</type> |
---|
| 43 | </resources> |
---|
| 44 | </energyEstimationPlugin> |
---|
| 45 | |
---|
| 46 | <energyEstimationPlugin> |
---|
| 47 | <name>example.energy.recs.ProcessorAmdEnergyEstimationPlugin</name> |
---|
| 48 | <resources> |
---|
[842] | 49 | <class>Processor</class> |
---|
[841] | 50 | <type>AMD</type> |
---|
| 51 | </resources> |
---|
| 52 | </energyEstimationPlugin> |
---|
| 53 | </plugins> |
---|
Note: See
TracBrowser
for help on using the repository browser.