Changeset 1365 for DCWoRMS/branches/coolemall/src/test/article/recs/plugins/energy/RecsNodeModelEEP.java
- Timestamp:
- 06/03/14 15:16:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/article/recs/plugins/energy/RecsNodeModelEEP.java
r1247 r1365 82 82 protected String createQuery(ExecTask task) { 83 83 Executable exec = (Executable)task; 84 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.get UsedResources().getLast().getResourceUnits();84 Map<ResourceUnitName, ResourceUnit> allocatedResources = exec.getAllocatedResources().getLast().getResourceUnits(); 85 85 PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 86 86
Note: See TracChangeset
for help on using the changeset viewer.