mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-12 23:36:44 +00:00
update
This commit is contained in:
@@ -202,7 +202,7 @@ func (scheduler *SchedulerFair) Start() {
|
||||
continue
|
||||
}
|
||||
|
||||
if numberGPU < available {
|
||||
if numberGPU <= available {
|
||||
jm := JobManager{}
|
||||
jm.job = scheduler.queues[q][0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user