This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/schedulers
2016-12-22 22:59:00 -05:00
..
binpacksortedwatts.go changed bingcloud to sunybingcloud in the import statements. 2016-12-22 22:58:59 -05:00
firstfit.go changed bingcloud to sunybingcloud in the import statements. 2016-12-22 22:58:59 -05:00
firstfitsortedwatts.go changed bingcloud to sunybingcloud in the import statements. 2016-12-22 22:58:59 -05:00
firstfitwattsonly.go changed bingcloud to sunybingcloud in the import statements. 2016-12-22 22:58:59 -05:00
helpers.go Moved schedulers from the main programs to schedulers package. Can now choose different scheduelrs to use. Work on code sharing between schedulers remains to be done. 2016-12-22 22:58:58 -05:00
proactiveclusterwidecappers.go removed rankedDetermineCap(...) as it was not needed. This algorithm has been integrated into proactiveclusterwidecappingranked.go 2016-12-22 22:58:59 -05:00
proactiveclusterwidecappingfcfs.go Added another line that needs to be uncommented to choose cleverRecap. 2016-12-22 22:58:59 -05:00
proactiveclusterwidecappingranked.go Praoctive cluster wide capping after ranking the tasks based on the requested watts 2016-12-22 22:58:59 -05:00
README.md Fixed an error in markdown 2016-12-22 22:59:00 -05:00
states.go Moved schedulers from the main programs to schedulers package. Can now choose different scheduelrs to use. Work on code sharing between schedulers remains to be done. 2016-12-22 22:58:58 -05:00

Electron: Scheduling Algorithms

To Do:

  • Design changes -- Possible to have one scheduler with different scheduling schemes?

Scheduling Algorithms:

  • Bin-packing with sorted watts
  • FCFS Proactive Cluster-wide Capping
  • First Fit
  • First Fit with sorted watts