Changeset 1368 for DCWoRMS/branches


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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/article2/recs/plugins/energy/RecsNodeBaseEEP.java

    r1247 r1368  
    122122        protected String createQuery(ExecTask task) { 
    123123                Executable exec = (Executable)task; 
    124                 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getUsedResources().getLast().getResourceUnits(); 
     124                Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getAllocatedResources().getLast().getResourceUnits(); 
    125125                PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 
    126126                 
Note: See TracChangeset for help on using the changeset viewer.