Changeset 1367 for DCWoRMS/branches
- Timestamp:
- 06/03/14 15:21:25 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/energy
- Files:
-
- 2 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 -
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/energy/RecsNodeModelEEP.java
r1301 r1367 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.