| qorder - exchange order of two pbs batch jobs in a queue. |
| qorder job_identifier job_identifier |
| To order two jobs is to exchange the jobs positions in the queue or queues in which the jobs resides. The two jobs must be located at the same server. No attribute of the job, such as priority is changed. The impact of interchanging the order with the queue(s) is dependent on local job scheduled policy, contact your systems administrator. |
| A job in the running state cannot be reordered. |
|
Both operands are job_identifiers which specify the
jobs to be exchanged. The qorder command accepts two
job_identifier operands of the form: sequence_number[.server_name][@server] The server specification for the two jobs must agree as to the current location of the two job IDs. |
| The qorder command will write diagnostic messages to standard error for each error occurrence. |
| Upon successful processing of all the operands presented to the the qorder command, the exit status will be a value of zero. |
| If the qorder command fails to process any operand, the command exits with a value greater than zero. |
| qsub(1B) , qmove(1B) , pbs_orderjob(3B) , pbs_movejob(3B) |