qrun

(Run a batch job)

5.715.106 Synopsis

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

5.715.107 Overview

The qrun command runs a job.

5.715.108 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

5.715.109 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.

5.715.110 Examples

> qrun 3233

(Run job 3233.)

© 2016 Adaptive Computing