You can specify a partition priority in the partition line in slurm.conf, e.g. Priority=65000 (I forget what the max is...)
On Thu, Jun 17, 2021 at 10:31 PM <taleinterve...@sjtu.edu.cn> wrote: > Thanks for the help. We tried to reduce the sched_interval and the pending > time decreased as expected. > > But the influence of 'sched_interval' is global, setting it too small may > put pressure on slurmctld server. Since we only want quick response on > debug > partition (which is designed to let user frequently submitting debug jobs > without waiting), is it possible to make slurm do immediate schedual on the > specific partition no matter how long the job queue is? > > -----邮件原件----- > 发件人: Gerhard Strangar <g...@arcor.de> > 发送时间: 2021年6月17日 0:27 > 收件人: Slurm User Community List <slurm-users@lists.schedmd.com> > 主题: Re: [slurm-users] how to check what slurm is doing when job pending > with reason=none? > > taleinterve...@sjtu.edu.cn wrote: > > > But after submit, this job still stay at PENDING state for about > > 30-60s and during the pending time sacct shows the REASON is "None". > > It's the default sched_interval=60 in your slurm.conf. > > Gerhard > > > > >