Changeset 1368 for DCWoRMS/branches
- Timestamp:
- 06/03/14 15:22:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/article2/recs/plugins/energy/RecsNodeBaseEEP.java
r1247 r1368 122 122 protected String createQuery(ExecTask task) { 123 123 Executable exec = (Executable)task; 124 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.get UsedResources().getLast().getResourceUnits();124 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getAllocatedResources().getLast().getResourceUnits(); 125 125 PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 126 126
Note: See TracChangeset
for help on using the changeset viewer.