Ignore:
Timestamp:
06/03/14 15:16:55 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/article/recs/plugins/energy/RecsNodeModelEEP.java

    r1247 r1365  
    8282        protected String createQuery(ExecTask task) { 
    8383                Executable exec = (Executable)task; 
    84                 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getUsedResources().getLast().getResourceUnits(); 
     84                Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getAllocatedResources().getLast().getResourceUnits(); 
    8585                PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 
    8686                 
Note: See TracChangeset for help on using the changeset viewer.