Re: [slurm-users] One time override to force run job

2019-09-07 Thread Henkel, Andreas
Hi Tina, We have an additional partition with partitionqos that increase the limits and allows for running short jobs over the limits if nodes are idle. And on Submission in the Standard-Partitions we automatically add the additional partition via a job_submit-plugin. Best, Andreas > Am 04.09

Re: [slurm-users] One time override to force run job

2019-09-04 Thread Christopher Benjamin Coffey
Hi Tina, I think you could just have a qos called "override" that has no limits, or maybe just high limits. Then, just modify the job's qos to be "override" with scontrol. Based on your setup, you may also have to update the jobs account to an "override" type account with no limits. We do this

[slurm-users] One time override to force run job

2019-09-02 Thread Tina Fora
Hello, Is there a way to force a job to run that is being held back for QOSGrpCpuLimit? This is coming from QOS that we have in place. For the most part it works great but every once in a while we have free nodes that are idle and I'd like to force the job to run. Tina