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

category: index