1qrerun(1B) PBS qrerun(1B)
2
3
4
6 qrerun - rerun a pbs batch job
7
9 qrerun [-f] 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 to terminate the session leader of the job and return
16 the job to the queued state in the execution queue in which the job
17 currently resides.
18
19 If a job is marked as not rerunable then the rerun request will fail
20 for that job. If the mini-server running the job is down, or the
21 rejects the request, the Rerun Job batch request will return a failure
22 unless -f is used.
23
24 Using -f violates IEEE Batch Processing Services Std and should be han‐
25 dled with great care. It should only be used under exceptional circum‐
26 stances. Best practice is to fix the problem mini-server host and let‐
27 ting qrerun run normally. The previous nodes may need manual cleaning.
28 See the -r option on the qsub and qalter commands.
29
31 The qrerun command accepts one or more job_identifier operands of the
32 form:
33 sequence_number[.server_name][@server]
34
36 The qrerun command will write a diagnostic message to standard error
37 for each error occurrence.
38
40 Upon successful processing of all the operands presented to the qrerun
41 command, the exit status will be a value of zero.
42
43 If the qrerun command fails to process any operand, the command exits
44 with a value greater than zero.
45
47 qsub(1B), qalter(1B), pbs_alterjob(3B), pbs_rerunjob(3B)
48
49
50
51Local qrerun(1B)