Skip to main content

qbbottom

Description

qbbottom requests the Supervisor to move a job/jobs below other jobs having the same priority.

Usage

qbbottom [options] jobID... | 0

where JobID is one or more job IDs, and 0 is a wild card token representing all the user's jobs.

Options

OptionDescription
--runningBottom running jobs
--pendingBottom pending jobs
--blockedBottom blocked jobs
--activeBottom active (pending,running,blocked) jobs
--user stringBottom jobs for user string
--type string --prototype stringBottom jobs with string type
--status stringBottom jobs with string status (ex. pending)
--name stringBottom jobs with string name
--kind stringBottom jobs of string kind
--pid intBottom jobs with process ID int
--pgrp intBottom jobs in int process group
--priority intBottom jobs with int priority
--cluster stringBottom jobs in string cluster
--cpus intBottom jobs with a total of int subjobs
--xmlOutput in XML format
--helpCommand help
--versionCommand version

Notes

Examples

Move job 12345 to the bottom of the queue within the priority:

% qbbottom 12345

Move all of user anthony's jobs:

% qbbottom --user anthony 0

Move all of user anthony's jobs which are running:

% qbbottom --running --user anthony 0

See also

qbmodify qbtop