- Timestamp:
- 10/12/12 15:22:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/localplugin/FCFSCPUFreqScalingClusterLocalPlugin.java
r512 r513 50 50 // check all tasks in queue 51 51 for (int i = 0; i < q.size(); i++) { 52 WorkloadUnit job = q.get(i); 53 TaskInterface<?> task = (TaskInterface<?>) job; 52 TaskInterface<?> task = q.get(i); 54 53 // if status of the tasks in READY 55 54 if (task.getStatus() == DCWormsTags.READY) {
Note: See TracChangeset
for help on using the changeset viewer.