1QALTER(1)             User Contributed Perl Documentation            QALTER(1)
2
3
4

NAME

6       qalter - alter a job name, the job rerun flag or the job output file
7       name.
8

SYNOPSIS

10       qalter [-N Name]
11              [-r y|n]
12              [-o output file]
13              <job ID>
14

DESCRIPTION

16       The qalter updates job name, job rerun flag or job output(stdout) log
17       location.
18
19       It is aimed to be feature-compatible with PBS' qsub.
20

OPTIONS

22       -N  Update job name in the queue
23
24       -r  Alter a job rerunnable flag. "y" will allow a qrerun to be issued.
25           "n" disable qrerun option.
26
27       -o  Alter a job output log file name (stdout).
28
29           The job log will be move/rename after the job has terminated.
30
31       -? | --help
32           brief help message
33
34       -man
35           full documentation
36

SEE ALSO

38       qrerun(1) qsub(1)
39
40
41
42perl v5.30.1                      2019-11-18                         QALTER(1)
Impressum