mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-15 08:16:43 +00:00
update fair
This commit is contained in:
@@ -80,7 +80,7 @@ func (scheduler *SchedulerFair) Start() {
|
|||||||
|
|
||||||
bestQueue := ""
|
bestQueue := ""
|
||||||
numberGPU := math.MaxInt64
|
numberGPU := math.MaxInt64
|
||||||
numberCPU := math.MaxInt64
|
//numberCPU := math.MaxInt64
|
||||||
/* phase 1 */
|
/* phase 1 */
|
||||||
for queue, jobs := range scheduler.queues {
|
for queue, jobs := range scheduler.queues {
|
||||||
/* find smallest job */
|
/* find smallest job */
|
||||||
|
|||||||
Reference in New Issue
Block a user