Purpose
Sets specified jobs to a higher system priority than all jobs that are not favored. This command also unfavors previously favored job(s), restoring the original priority, when you specify the -u flag.
llfavorjob [-?] [-H] [-v] [-q] [-u] <joblist>
Flags
Description
If this command is issued against jobs that are already running, it has no effect. If the job vacates, however, and returns to the queue, the job gets re-ordered with the new priority.
If more than one job is affected by this command, then the jobs are ordered by the sysprio expression and are scanned before the not favored jobs. However, favored jobs which do not match the job requirements with available machines may run after not favored jobs. This command remains in effect until reversed with the -u option.
Examples
This example assigns job steps 12.4 on the machine iron and 8.2 on zinc the highest priorities in the system, with the job steps ordered by the sysprio expression:
llfavorjob iron.12.4 zinc.8.2
This example unfavors job steps 12.4 on the machine iron and 8.2 on the machine zinc:
llfavorjob -u iron.12.4 zinc.8.2