Changeset 1367 for DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/energy/RecsNodeBaseEEP.java
- Timestamp:
- 06/03/14 15:21:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/energy/RecsNodeBaseEEP.java
r1301 r1367 32 32 protected String createQuery(ExecTask task) { 33 33 Executable exec = (Executable)task; 34 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.get UsedResources().getLast().getResourceUnits();34 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getAllocatedResources().getLast().getResourceUnits(); 35 35 PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 36 36
Note: See TracChangeset
for help on using the changeset viewer.