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 fixed bug in cleverRecap(...). Now we switch from the primitive recap to the clever recap as the cap determined by the later would be lesser when the cluster is relatively idle. 2016-12-22 22:59:00 -05:00
proactiveclusterwidecappingfcfs.go changed the keys in taskMonitor from offer.SlaveId() to offer.Hostname. 2016-12-22 22:59:00 -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 Markdown fix in README 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