(Run a batch job)
Synopsis
qrun [{-H <HOST>|-a}] <JOBID>[ <JOBID>] ...
Overview
The qrun command runs a job.
Format
-a | |
---|---|
Format | --- |
Default | --- |
Description | Run the job(s) asynchronously. |
Example |
qrun -a 15406 |
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.
Examples
> qrun 3233
(Run job 3233.)