Skip to main content

qbtop

Description

qbtop requests the Supervisor to move a job/jobs to the top relative to other jobs having the same priority.

Usage

qbtop [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
--runningTop running jobs
--pendingTop pending jobs
--blockedTop blocked jobs
--user stringTop jobs for user string
--type string --prototype stringTop jobs with string type
--status stringTop jobs with string status (ex. pending)
--name stringTop jobs with string name
--kind stringTop jobs of string kind
--pid intTop jobs with process ID int
--pgrp intTop jobs in int process group
--priority intTop jobs with int priority
--cluster stringTop jobs in string cluster
--cpus intTop jobs with a total of int subjobs
--xmlOutput in XML format
--helpCommand help
--versionCommand version

Notes

Examples

Move all subjobs in 12345:

% qbtop 12345

Move all of user anthony's jobs:

% qbtop --user anthony 0

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

% qbtop --running --user anthony 0

See also

qbmodify

qbbottom