I was reading the documentation about SchedulerParameters for sched/backfill.
I'm currently testing SLURM 2.4 for my workload. Usually we submit batches of ~10k (to ~30k) jobs within slurm with a default time limit of 2 days. Though, *usually*, jobs terminate within 2-3 hours (with some exceptions that can take as much as 12). What would be more desiderable between these two options: - rising max_jobs_bf (to, say, half the queue size) and bf_window to a month or so, - introducing an OverTimeLimit of ~1 day and set all jobs to their average execution time?
