mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-12 23:36:44 +00:00
update
This commit is contained in:
@@ -522,8 +522,8 @@ func (scheduler *SchedulerFair) AcquireResource(job Job, task Task, nodes []Node
|
||||
log.Info("allocatingGPU is ", scheduler.allocatingGPU)
|
||||
}
|
||||
|
||||
for i := range locks {
|
||||
locks[i].Unlock()
|
||||
for _, lock := range locks {
|
||||
lock.Unlock()
|
||||
}
|
||||
|
||||
go func(res NodeStatus) {
|
||||
|
||||
Reference in New Issue
Block a user