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/RecsNodeBaseEEP.java

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