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:
Renan DelValle 2016-09-16 19:06:53 -04:00
parent 37ed6ddf8f
commit 71f0896986
6 changed files with 142 additions and 83 deletions

View file

@ -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