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

Legend:

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

    r1247 r1366  
    3939                 
    4040                Executable exec = (Executable)task; 
    41                 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getUsedResources().getLast().getResourceUnits(); 
     41                Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getAllocatedResources().getLast().getResourceUnits(); 
    4242                PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 
    4343                //System.out.println(task.getJobId()); 
Note: See TracChangeset for help on using the changeset viewer.