- Timestamp:
- 11/27/13 14:28:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/RecsExclusivenessEnOptDFSSP.java
r1120 r1243 257 257 } 258 258 if(freeCores == cpu.getCores().size()){ 259 if(cpu.get ComputingNode().getCategory().compareTo("Intel_i7") == 0){259 if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 260 260 rppi.setPState(rppi.getSupportedPStates().get("P13").getName()); 261 } else if(cpu.get ComputingNode().getCategory().compareTo("AMD_Fusion") == 0){261 } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 262 262 rppi.setPState(rppi.getSupportedPStates().get("P1").getName()); 263 } else if(cpu.get ComputingNode().getCategory().compareTo("Atom_D510") == 0){263 } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 264 264 rppi.setPState(rppi.getSupportedPStates().get("P7").getName()); 265 265 } 266 266 } 267 267 else { 268 if(cpu.get ComputingNode().getCategory().compareTo("Intel_i7") == 0){268 if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 269 269 rppi.setPState(rppi.getSupportedPStates().get("P13").getName()); 270 } else if(cpu.get ComputingNode().getCategory().compareTo("AMD_Fusion") == 0){270 } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 271 271 rppi.setPState(rppi.getSupportedPStates().get("P1").getName()); 272 } else if(cpu.get ComputingNode().getCategory().compareTo("Atom_D510") == 0){272 } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 273 273 rppi.setPState(rppi.getSupportedPStates().get("P7").getName()); 274 274 }
Note: See TracChangeset
for help on using the changeset viewer.