|
NAMEqrun - run a pbs batch jobSYNOPSISqrun [-a] [-H host] job_identifier ...DESCRIPTIONThe 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, resource requirements, or state.In order to execute qrun, the user must have PBS Operation or Manager privilege. OPTIONS
OPERANDSThe qrun command accepts one or more job_identifier operands of the form:sequence_number[.server_name][@server] STANDARD ERRORThe qrun command will write a diagnostic message to standard error for each error occurrence.EXIT STATUSUpon successful processing of all the operands presented to the qrun command, the exit status will be a value of zero.If the qrun command fails to process any operand, the command exits with a value greater than zero. SEE ALSOpbs_server(8B), pbs_sched(8B), qmgr(1B)
Visit the GSP FreeBSD Man Page Interface. |