1CONDOR_PRIO(1) HTCondor Manual CONDOR_PRIO(1)
2
3
4
6 condor_prio - HTCondor Manual
7
8 change priority of jobs in the HTCondor queue
9
10
12 condor_prio -p priority | +value | -value [-n schedd_name] [username |
13 ClusterId ]
14
16 condor_prio changes the priority of one or more jobs in the HTCondor
17 queue. If the job identification is given by cluster.process, con‐
18 dor_prio attempts to change the priority of the single job with job
19 ClassAd attributes ClusterId and ProcId. If described by cluster, con‐
20 dor_prio attempts to change the priority of all processes with the
21 given ClusterId job ClassAd attribute. If username is specified, con‐
22 dor_prio attempts to change priority of all jobs belonging to that
23 user. For -a, condor_prio attempts to change priority of all jobs in
24 the queue.
25
26 The user must set a new priority with the -p option, or specify a pri‐
27 ority adjustment.
28
29 The priority of a job can be any integer, with higher numbers corre‐
30 sponding to greater priority. For adjustment of the current priority,
31 +value increases the priority by the amount given with value. -value
32 decreases the priority by the amount given with value.
33
34 Only the owner of a job or the super user can change the priority.
35
36 The priority changed by condor_prio is only used when comparing to the
37 priority jobs owned by the same user and submitted from the same ma‐
38 chine.
39
41 -a Change priority of all jobs in the queue
42
43 -n schedd_name
44 Change priority of jobs queued at the specified condor_schedd
45 in the local pool.
46
47 -pool pool_name -n schedd_name
48 Change priority of jobs queued at the specified condor_schedd
49 in the specified pool.
50
52 condor_prio will exit with a status value of 0 (zero) upon success, and
53 it will exit with the value 1 (one) upon failure.
54
56 HTCondor Team
57
59 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
60 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
61 under the Apache License, Version 2.0.
62
63
64
65
66 Oct 02, 2023 CONDOR_PRIO(1)