1qrerun(1B) PBS qrerun(1B)
2
3
4
6 qrerun - rerun a pbs batch job
7
9 qrerun job_identifier ...
10
12 The qrerun command directs that the specified jobs are to be rerun if
13 possible.
14
15 To rerun a job is is to terminate the session leader of the job and
16 return the job to the queued state in the execution queue in which the
17 job currently resides.
18
19 If a job is marked as not rerunable then the rerun request will fail
20 for that job. See the -r option on the qsub and qalter commands.
21
23 The qrerun command accepts one or more job_identifier operands of the
24 form:
25 sequence_number[.server_name][@server]
26
28 The qrerun command will write a diagnostic message to standard error
29 for each error occurrence.
30
32 Upon successful processing of all the operands presented to the qrerun
33 command, the exit status will be a value of zero.
34
35 If the qrerun command fails to process any operand, the command exits
36 with a value greater than zero.
37
39 qsub(1B), qalter(1B), pbs_alterjob(3B), pbs_rerunjob(3B)
40
41
42
43Local qrerun(1B)