qrun

(Run a batch job)

A.1.105 Synopsis

qrun [{-H <HOST>|-a}] <JOBID>[ <JOBID>] ...

A.1.106 Overview

The qrun command runs a job.

A.1.107 Format

-H
Format <STRING> Host Identifier
Default ---
Description Specifies the host within the cluster on which the job(s) are to be run. The host argument is the name of a host that is a member of the cluster of hosts managed by the server. If the option is not specified, the server will select the "worst possible" host on which to execute the job.
Example

qrun -H hostname 15406

-a
Format ---
Default ---
Description Run the job(s) asynchronously.
Example

qrun -a 15406

A.1.108 Command details

The qrun command is used to force a batch server to initiate the execution of a batch job. The job is run regardless of scheduling position or resource requirements.

In order to execute qrun, the user must have PBS Operation or Manager privileges.

A.1.109 Examples

> qrun 3233

(Run job 3233.)

© 2017 Adaptive Computing