logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       The qalter updates job name, job rerun flag or job output(stdout) log location.

       It is aimed to be feature-compatible with PBS' qsub.

Name

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

Options

-N  Update job name in the queue

       -r  Alter a job rerunnable flag. "y" will allow a qrerun to be issued. "n" disable qrerun option.

       -o  Alter a job output log file name (stdout).

           The job log will be move/rename after the job has terminated.

       -? | --help
           brief help message

       -man
           full documentation

See Also

qrerun(1) qsub(1)

perl v5.40.1                                       2025-03-13                                          QALTER(1)

Synopsis

       qalter [-N Name]
              [-r y|n]
              [-o output file]
              <job ID>

See Also