1just-man-pages/condor_prio(1)General Commands Manuajlust-man-pages/condor_prio(1)
2
3
4

Name

6       condor_prio change priority of jobs in the HTCondor queue
7

Synopsis

9       condor_prio  -p  priority  + value - value [ -n schedd_name ] cluster |
10       cluster.process | username | -a
11
12       condor_prio  -p  priority  +  value  -  value  [  -pool  pool_name   -n
13       schedd_name ] cluster | cluster.process | username | -a
14

Description

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  ,
20       condor_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. The priority of a job can be any integer, with higher
28       numbers  corresponding  to greater priority. For adjustment of the cur‐
29       rent priority, + value increases the priority by the amount given  with
30       value  .  - value decreases the priority by the amount given with value
31       .
32
33       Only the owner of a job or the super user can change the priority.
34
35       The priority changed by condor_prio is only used when comparing to  the
36       priority  jobs  owned  by  the  same  user  and submitted from the same
37       machine.
38

Options

40       -n schedd_name
41
42          Change priority of jobs queued at the specified condor_schedd in the
43          local pool.
44
45
46
47       -pool pool_name -n schedd_name
48
49          Change priority of jobs queued at the specified condor_schedd in the
50          specified pool.
51
52
53

Exit Status

55       condor_prio will exit with a status value of 0 (zero) upon success, and
56       it will exit with the value 1 (one) upon failure.
57

Author

59       Center for High Throughput Computing, University of Wisconsin-Madison
60
62       Copyright  (C) 1990-2018 Center for High Throughput Computing, Computer
63       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
64       Rights Reserved. Licensed under the Apache License, Version 2.0.
65
66
67
68                                     date        just-man-pages/condor_prio(1)
Impressum