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