Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resume  Description | Usage | Options | Examples | Notes | See also

Excerpt
hiddentrue

resume a suspended job

.

Anchor_TOC51344_TOC51344Usage

Description

qbresume resumes a job which has been suspended.

Usage 

qbresume [options] jobID… | 0

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

Options

...

  1. Resume only subjob 12354.0:

% qbresume 12354.0

  1. Resume all subjobs in 12345:

% qbresume 12345

  1. Resume all of anthony's jobs:

% qbresume --user anthony 0
Anchor_TOC51756_TOC51756Options 

Option

Description

--suspended

Resume suspended jobs

--user string

Resume jobs for user string

--type string --prototype string

Resume jobs with string type

--status string

Resume jobs with string status (ex. pending)

--name string

Resume jobs with string name

--kind string

Resume jobs of string kind

--pid int

Resume jobs with process ID int

--pgrp int

Resume jobs in int process group

--priority int

Resume jobs with int priority

--cluster string

Resume jobs in string cluster

--cpus int

Resume jobs with a total of int subjobs

--xml

Output in XML format

--help

Command help

--version

Command version

Notes

This command only works on jobs which are suspended.

Examples

Resume only subjob 12354.0:

qbresume 12354.0

Resume all subjobs in 12345:

qbresume 12345

Resume all of anthony's jobs:

qbresume --user anthony 0 

See also

_qbsuspend