Changeset 767 for DCWoRMS/trunk/src/schedframe/scheduling/policy/local
- Timestamp:
- 01/10/13 09:24:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/scheduling/policy/local/LocalManagementSystem.java
r763 r767 208 208 } 209 209 } 210 211 210 } 212 211 } … … 217 216 boolean allocationStatus = getAllocationManager().allocateResources(choosenResources); 218 217 if(allocationStatus == false){ 219 log.info("Task requires more resources than is availiable at this moment.");218 log.info("Task " + task.getJobId() + "_" + task.getId() + " requires more resources than is availiable at this moment."); 220 219 return; 221 220 } … … 359 358 } 360 359 } 360 361 361 private void notifyComputingResources(PEUnit peUnit, EnergyEventType eventType, Object obj){ 362 362
Note: See TracChangeset
for help on using the changeset viewer.