mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-15 16:16:44 +00:00
update
This commit is contained in:
@@ -164,7 +164,7 @@ func (pool *ResourcePool) init(conf Configuration) {
|
|||||||
}
|
}
|
||||||
pool.batchAllocations[task.Job] = append(pool.batchAllocations[task.Job], nodes[i])
|
pool.batchAllocations[task.Job] = append(pool.batchAllocations[task.Job], nodes[i])
|
||||||
}
|
}
|
||||||
//bug
|
break
|
||||||
}
|
}
|
||||||
pool.batchJobs = map[string]Job{}
|
pool.batchJobs = map[string]Job{}
|
||||||
for _, job := range left {
|
for _, job := range left {
|
||||||
|
|||||||
Reference in New Issue
Block a user