Renan DelValle
|
c2e2b7e554
|
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:59:02 -05:00 |
|
Renan DelValle
|
c4ea0321c1
|
Added ability to tie benchmark to single node. Uses offer hostname for this, maybe a better soluition would be to look at offer attributes. Added shorthand for workloads flag -w
|
2016-12-22 22:59:01 -05:00 |
|
Renan DelValle
|
992455048a
|
Fixed deadlock issue while running a large number of benchmarks. Changed names of tasks to indicate what they are running. Added name to task schema to append it to the name more easily.
|
2016-12-22 22:59:01 -05:00 |
|
Renan DelValle
|
6e2a627038
|
Electron now launches a series of benchmarks and then shuts down when everything has been sucessfully scheduled
|
2016-12-22 22:59:01 -05:00 |
|
Renan DelValle
|
bc5e959ade
|
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.
|
2016-12-22 22:59:01 -05:00 |
|