Changeset 1366 for DCWoRMS/branches
- Timestamp:
- 06/03/14 15:17:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/energy/RecsNodeBaseEEP.java
r1247 r1366 39 39 40 40 Executable exec = (Executable)task; 41 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.get UsedResources().getLast().getResourceUnits();41 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getAllocatedResources().getLast().getResourceUnits(); 42 42 PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 43 43 //System.out.println(task.getJobId());
Note: See TracChangeset
for help on using the changeset viewer.