Changeset 1208 for DCWoRMS/branches/coolemall/src/test/article/recs/plugins/scheduling/RecsExclusivenessEnOptDFSSP.java
- Timestamp:
- 11/26/13 12:36:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/article/recs/plugins/scheduling/RecsExclusivenessEnOptDFSSP.java
r1197 r1208 228 228 } 229 229 if(freeCores == cpu.getCores().size()){ 230 if(cpu.get ComputingNode().getCategory().compareTo("Intel_i7") == 0){230 if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 231 231 rppi.setPState(rppi.getSupportedPStates().get("P13").getName()); 232 } else if(cpu.get ComputingNode().getCategory().compareTo("AMD_Fusion") == 0){232 } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 233 233 rppi.setPState(rppi.getSupportedPStates().get("P1").getName()); 234 } else if(cpu.get ComputingNode().getCategory().compareTo("Atom_D510") == 0){234 } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 235 235 rppi.setPState(rppi.getSupportedPStates().get("P7").getName()); 236 236 } 237 237 } 238 238 else { 239 if(cpu.get ComputingNode().getCategory().compareTo("Intel_i7") == 0){239 if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 240 240 rppi.setPState(rppi.getSupportedPStates().get("P13").getName()); 241 } else if(cpu.get ComputingNode().getCategory().compareTo("AMD_Fusion") == 0){241 } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 242 242 rppi.setPState(rppi.getSupportedPStates().get("P1").getName()); 243 } else if(cpu.get ComputingNode().getCategory().compareTo("Atom_D510") == 0){243 } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 244 244 rppi.setPState(rppi.getSupportedPStates().get("P7").getName()); 245 245 }
Note: See TracChangeset
for help on using the changeset viewer.