I currently have one queue set up in a basic HPC environment. The goal is to enable users to set priority using the #PBS -p flag.
in /pbs/etc/pbs_sched_config, I uncommented and changed job_sort_key to the following:
job_sort_key: “job_priority HIGH” ALL
However in testing, the lower priority job still runs before the higher one despite requesting the same computing resources.
In pbs_sched_config, strict_ordering is false.
If I do not want to have a job stop a currently running job, should preempt_queue_prio also be set to false?