Scheduler now has a first fit algorithm based on memory, cpu, and watts. Watts need to be set by the user but should be calculated through heuristics. Framework now also works by having a set of tasks and launching them.
This commit is contained in:
parent
6b76e45d6d
commit
bc5e959ade
6 changed files with 142 additions and 83 deletions
|
@ -7,5 +7,4 @@ To Do:
|
|||
* Add queue for jobs to be executed
|
||||
* Create metrics for each task launched [Time to schedule, run time, power used]
|
||||
* Have calibration phase?
|
||||
|
||||
|
||||
* Add ability to use constraints
|
||||
|
|
Reference in a new issue