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:
@@ -134,6 +134,7 @@ func (scheduler *SchedulerFair) Start() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* if totalGPU can satisfy that job, start borrowing */
|
/* if totalGPU can satisfy that job, start borrowing */
|
||||||
|
log.Info(totalGPU, minRequestGPU)
|
||||||
if bestQueue != "" && totalGPU >= minRequestGPU {
|
if bestQueue != "" && totalGPU >= minRequestGPU {
|
||||||
for {
|
for {
|
||||||
/* if all satisfied, break */
|
/* if all satisfied, break */
|
||||||
|
|||||||
Reference in New Issue
Block a user