next up previous contents
Next: condor_q Up: 5. Command Reference Manual Previous: condor_preen

Subsections

  
condor_prio

change priority of jobs in the condor queue

Synopsis

condor_prio [-p priority] [+ | - value] [-n schedd_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 ranges from -20 to +20, 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

Supported options are as follows:

-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
-a
Change priority of all the jobs in the queue

Author

Condor Team, University of Wisconsin-Madison

Copyright

Copyright © 1990-1998 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. No use of the Condor Software Program is authorized without the express consent of the Condor Team. For more information contact: Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu. U.S. Government Rights Restrictions: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable, Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

See the Condor Version 6.0.3 Manual for additional notices.


next up previous contents
Next: condor_q Up: 5. Command Reference Manual Previous: condor_preen
condor-admin@cs.wisc.edu