Search
Page 32 of 111. Showing 1,104 results (0.013 seconds)
qbresume
resume a suspended job Description qbresume resumes a job which has been suspended. Usage qbresume [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 Option Description --suspen…qbretire
ask a job instance to release it host, and then go prematurely to "complete" state Description Used to "shrink" the number of job instances running, without throwing away work performed. qretire will request a job instance to release it host, and then g…qbretry
moves a job from a "done" (complete/failed/killed) status back to pending Description qbretry moves a job to pending from one of the following states: failed complete killed Usage qbretry [options] jobID… | 0 where JobID is one or more job IDs, and 0 is…qbshove
force the Supervisor to re-evaluate a job immediately Description qbshove requests the Supervisor to re-evaluate the dispatch of a list of jobs. Normally, a job is re-evaluated to see if it is a dispatch candidate when an "event" of some sort occurs; the…qbsub
submit a cmdline or cmdrange job Description qbsub submits a command for the Supervisor to schedule. If the --range is specified, a job with an agenda will be submitted. See Jobs, instances, agenda items, and job slots for a description of the taxonomy o…qbsummary
display queue summary Description qbsummary obtains a quick summary of the farm's status. By default, qbsummary shows the breakdown of subjobs at each priority level (--pvs) Usage qbsummary [options] Options Option Description --clusters Cluster list --l…qbsuspend
suspend a process upon the host which the job is running on Description qbsuspend issues a suspend command upon the job's processes. Jobs can be resumed using the command qbresume. Usage qbsuspend [options] jobID… | 0 where JobID is one or more job IDs,…qbtop
move a job to the top of its priority level 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…qbunblock
move a job from a blocked state into the pending state Description qbunblock requests the Supervisor to unblock a job and make it immediately available for execution on the farm. Usage qbunblock [options] jobID… | 0 where JobID is one or more job IDs,…Job Preemption
Preemption is the mechanism by which the system tries to reach an equilibrium state where all jobs are running in the correct priority order. This equilibrium can be disturbed any time a high priority job is submitted to the queue. The Supervisor has the…