Ignore:
Timestamp:
11/27/13 14:28:10 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1120 r1243  
    257257                        } 
    258258                        if(freeCores == cpu.getCores().size()){ 
    259                                 if(cpu.getComputingNode().getCategory().compareTo("Intel_i7") == 0){ 
     259                                if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 
    260260                                        rppi.setPState(rppi.getSupportedPStates().get("P13").getName());         
    261                                 } else if(cpu.getComputingNode().getCategory().compareTo("AMD_Fusion") == 0){ 
     261                                } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 
    262262                                        rppi.setPState(rppi.getSupportedPStates().get("P1").getName());  
    263                                 } else if(cpu.getComputingNode().getCategory().compareTo("Atom_D510") == 0){ 
     263                                } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 
    264264                                        rppi.setPState(rppi.getSupportedPStates().get("P7").getName());  
    265265                                }  
    266266                        } 
    267267                        else { 
    268                                 if(cpu.getComputingNode().getCategory().compareTo("Intel_i7") == 0){ 
     268                                if(cpu.getNode().getCategory().compareTo("Intel_i7") == 0){ 
    269269                                        rppi.setPState(rppi.getSupportedPStates().get("P13").getName());         
    270                                 } else if(cpu.getComputingNode().getCategory().compareTo("AMD_Fusion") == 0){ 
     270                                } else if(cpu.getNode().getCategory().compareTo("AMD_Fusion") == 0){ 
    271271                                        rppi.setPState(rppi.getSupportedPStates().get("P1").getName());  
    272                                 } else if(cpu.getComputingNode().getCategory().compareTo("Atom_D510") == 0){ 
     272                                } else if(cpu.getNode().getCategory().compareTo("Atom_D510") == 0){ 
    273273                                        rppi.setPState(rppi.getSupportedPStates().get("P7").getName());  
    274274                                }        
Note: See TracChangeset for help on using the changeset viewer.