Ignore:
Timestamp:
10/30/12 11:11:14 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFSBF_NodePowerManagementClusterPlugin.java

    r525 r531  
    8282                                cpuRequest = Double.valueOf(task.getCpuCntRequest()).intValue(); 
    8383                        } catch (NoSuchFieldException e) { 
    84                                 cpuRequest = 1; 
     84                                cpuRequest = 0; 
    8585                        } 
    8686                        for (int i = 0; i < nodes.get(0).getProcessors().size() && cpuRequest > 0; i++) { 
Note: See TracChangeset for help on using the changeset viewer.