Name
condor_prio - change priority of jobs in the condor queue
Synopsis
condor_prio [ -p priority ] [ + | - value ] [ -n schedd_name ] [ -pool
pool_name ] cluster | cluster.process | username | -a
Description
condor_prio changes the priority of one or more jobs in the condor
queue. If a cluster_id and a process_id are both specified, condor_prio
attempts to change the priority of the specified process. If a
cluster_id is specified without a process_id, condor_prio attempts to
change priority for all processes belonging to the specified cluster.
If a username is specified, condor_prio attempts to change priority of
all jobs belonging to that user. If the -a flag is set, condor_prio
attempts to change priority of all jobs in the condor queue. The user
must specify a priority adjustment or new priority. If the -p option is
specified, the priority of the job(s) are set to the next argument. The
user can also adjust the priority by supplying a + or - immediately
followed by a digit. The priority of a job can be any integer, with
higher numbers corresponding to greater priority. Only the owner of a
job or the super user can change the priority for it.
The priority changed by condor_prio is only compared to the priority of
other jobs owned by the same user and submitted from the same machine.
See the "Condor Users and Administrators Manual" for further details on
Condor’s priority scheme.
Options
-p priority
Set priority to the specified value
+ | - value
Change priority by the specified value
-n schedd_name
Change priority of jobs queued at the specified schedd in the local
pool
-pool pool_name
Change priority of jobs queued at the specified schedd in the
specified pool
-a
Change priority of all the jobs in the queue
Exit Status
condor_prio will exit with a status value of 0 (zero) upon success, and
it will exit with the value 1 (one) upon failure.
Author
Condor Team, University of Wisconsin-Madison
Copyright
Copyright (C) 1990-2009 Condor Team, Computer Sciences Department,
University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
Licensed under the Apache License, Version 2.0.
See the Condor Version 7.2.4 Manual or
http://www.condorproject.org/licensefor additional notices. condor-
admin@cs.wisc.edu
date just-man-pages/condor_prio(1)