SLURM: Job priority
Adjusting priority of a submitted job
scontrol top <job_list> # Put specified job first in queue for user
scontrol Nice=-2147483645 <job_list> # schedule faster globally
scontrol Nice=2147483645 <job_list> # schedule slower globally
UP
Revised on Tue 14 May 2024 07:40:49 AM EDT
by
urbanjs