(Click to open topic with navigation)
This command is deprecated. Use mjobctl -p instead.
Synopsis
setspri [-r] priorityjobid
Overview
(This command is deprecated by the mjobctl command)
Set or remove absolute or relative system priorities for a specified job.
This command allows you to set or remove a system priority level for a specified job. Any job with a system priority level set is guaranteed a higher priority than jobs without a system priority. Jobs with higher system priority settings have priority over jobs with lower system priority settings.
Access
This command can be run by any Moab Scheduler Administrator.
Parameters
Flags
-r | Set relative system priority on job. |
Examples
Example 4-74:
> setspri 10 orion.4752 job system priority adjusted
In this example, a system priority of 10 is set for job orion.4752.
Example 4-75:
> setspri 0 clusterB.1102 job system priority adjusted
In this example, system priority is cleared for job clusterB.1102.
Example 4-76:
> setspri -r 100000 job.00001 job system priority adjusted
In this example, the job's priority will be increased by 100000 over the value determine by configured priority policy.
This command is deprecated. Use mjobctl instead.