Ignore:
Timestamp:
11/26/13 12:36:37 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/article/recs/plugins/scheduling/RecsExclusivenessEnOptDFSSP.java

    r1197 r1208  
    228228                        } 
    229229                        if(freeCores == cpu.getCores().size()){ 
    230                                 if(cpu.getComputingNode().getCategory().compareTo("Intel_i7") == 0){ 
     230                                if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 
    231231                                        rppi.setPState(rppi.getSupportedPStates().get("P13").getName());         
    232                                 } else if(cpu.getComputingNode().getCategory().compareTo("AMD_Fusion") == 0){ 
     232                                } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 
    233233                                        rppi.setPState(rppi.getSupportedPStates().get("P1").getName());  
    234                                 } else if(cpu.getComputingNode().getCategory().compareTo("Atom_D510") == 0){ 
     234                                } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 
    235235                                        rppi.setPState(rppi.getSupportedPStates().get("P7").getName());  
    236236                                }  
    237237                        } 
    238238                        else { 
    239                                 if(cpu.getComputingNode().getCategory().compareTo("Intel_i7") == 0){ 
     239                                if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 
    240240                                        rppi.setPState(rppi.getSupportedPStates().get("P13").getName());         
    241                                 } else if(cpu.getComputingNode().getCategory().compareTo("AMD_Fusion") == 0){ 
     241                                } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 
    242242                                        rppi.setPState(rppi.getSupportedPStates().get("P1").getName());  
    243                                 } else if(cpu.getComputingNode().getCategory().compareTo("Atom_D510") == 0){ 
     243                                } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 
    244244                                        rppi.setPState(rppi.getSupportedPStates().get("P7").getName());  
    245245                                }        
Note: See TracChangeset for help on using the changeset viewer.