Changeset 1449 for DCWoRMS/branches/coolemall/src/example/globalplugin
- Timestamp:
- 09/26/14 14:42:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/example/globalplugin/GridFCFSRandomPlugin.java
r1396 r1449 52 52 53 53 for(int i = 0; i < size; i++) { 54 WorkloadUnit job = q.remove(0); 55 TaskInterface<?> task = (TaskInterface<?>)job;54 55 TaskInterface<?> task = q.remove(0); 56 56 57 57 resourceIdx = rand.nextInt(availableResources.size());
Note: See TracChangeset
for help on using the changeset viewer.