qalter-torque (1) - Linux Manuals
qalter-torque: alter pbs batch job
NAME
qalter - alter pbs batch job
SYNOPSIS
qalter [-a date_time] [-A account_string] [-c interval] [-e path] [-h hold_list] [-j join] [-k keep] [-l resource_list] [-m mail_options] [-M user_list] [-n node exclusive] [-N name] [-o path] [-p priority] [-r c] [-S path] [-t array_range] [-u user_list] [-W additional_attributes] job_identifier...DESCRIPTION
The qalter command modifies the attributes of the job or jobs specified by on the command line. Only those attributes listed as options on the command will be modified. If any of the specified attributes cannot be modified for a job for any reason, none of that job's attributes will be modified.The qalter command accomplishes the modifications by sending a Modify Job batch request to the batch server which owns each job.
OPTIONS
- -a date_time
-
Replaces the
time at which the job becomes eligible for execution.
The
argument syntax is:
- If the month, is not specified, it will default to the current month if the specified day is in the future. Otherwise, the month will be set to next month. Likewise, if the day, is not specified, it will default to today if the time is in the future. Otherwise, the day will be set to tomorrow.
- This attribute can be altered once the job has begun execution, but it will not take affect until the job is rerun.
- -A account_string
- Replaces the account string associated with the job.
- This attribute cannot be altered once the job has begun execution.
- -c interval
- Replaces the the interval at which the job will be checkpointed. If the job executes upon a host which does not support checkpoint, this option will be ignored.
- The
argument is specified as:-
- n
- No checkpointing is to be performed.
- s
- Checkpointing is to be performed only when the server executing the job is shutdown.
- c
- Checkpointing is to be performed at the default minimum cpu time for the queue from which the job is executing.
- c=minutes
- Checkpointing is to be performed at an interval of which is the integer number of minutes of CPU time used by the job. This value must be greater than zero. If the number is less than the default checkpoint time, the default time will be used.
- This attribute can be altered once the job has begun execution, but the new value does not take affect until the job is rerun.
- -e path
- Replaces the path to be used for the standard error stream of the batch job. The argument is of the form:
where is the name of a host to which the file will be returned and is the path name on that host in the syntax recognized by POSIX 1003.1. The argument will be interpreted as follows:-
- path_name
- Where path_name is not an absolute path name, then the qalter command will expand the path name relative to the current working directory of the command. The command will supply the name of the host upon which it is executing for the component. hostname:path_name
- Where path_name is not an absolute path name, then the qalter command will not expand the path name. The execution server will expand it relative to the home directory of the user on the system specified by hostname.
- path_name
-
Where path_name specifies an absolute path name, then qalter will supply
the name of the host on which it is executing for the
hostname:path_name
- Where path_name specifies an absolute path name, the path will be used as specified.
-
- u
- Add the USER type hold.
- s
- Add the SYSTEM type hold if the user has the appropriate level of privilege. [Typically reserved to the batch administrator.]
- o
- Add the OTHER (or OPERATOR ) type hold if the user has the appropriate level of privilege. [Typically reserved to the batch administrator and batch operator.]
- n
- Set to none; that is clear the hold types which could be applied with the users level of privilege.
-
- n
- No streams are to be retained.
- e
- The standard error stream is to retained on the execution host. The stream will be placed in the home directory of the user under whose user id the job executed. The file name will be the default file name given by: job_name.esequence where job_name is the name specified for the job, and sequence is the sequence number component of the job identifier.
- o
- The standard output stream is to be retained on the execution host. The stream will be placed in the home directory of the user under whose user id the job executed. The file name will be the default file name given by: job_name.osequence where job_name is the name specified for the job, and sequence is the sequence number component of the job identifier.
- eo
- Both the standard output and standard error streams will be retained.
- oe
- Both the standard output and standard error streams will be retained.
-
- a
- mail is sent when the job is aborted by the batch system.
- b
- mail is sent when the job begins execution.
- e
- mail is sent when the job terminates.
where is the name of a host to which the file will be returned and is the path name on that host in the syntax recognized by POSIX. The argument will be interpreted as follows:
-
- path_name
Only one path may be specified for any host named. Only one path may be specified without the corresponding host name. The path selected will be the one with the host name that matched the name of the execution host. If no matching host is found, then if present the path specified without a host will be selected.
Only one user name may be given for per specified host. Only one of the specifications may be supplied without the corresponding specification. That user name will be used for execution on any host not named in the argument list.
Note if white space occurs anywhere within the option argument string or the equal sign, "=", occurs within an string, then the string must be enclosed with either single or double quote marks.
Redefines the dependencies between this and other jobs. The is in the form:
The argument is either a numeric count or a PBS job id according to type . If argument is a count, it must be greater than 0. If it is a job id and is not fully specified in the form: it will be expanded according to the default server rules. If argument is null (the preceding colon need not be specified), the dependency of the corresponding type is cleared (unset).
-
- synccount:count
- This job is the first in a set of jobs to be executed at the same time. Count is the number of additional jobs in the set.
- syncwith:jobid
- This job is an additional member of a set of jobs to be executed at the same time. Jobid is the job identifier of the first job in the set.
- after:jobid[:jobid...]
- This job may be scheduled for execution at any point after jobs jobid have started execution.
- afterok:jobid[:jobid...]
- This job may be scheduled for execution only after jobs jobid have terminated with no errors.
- afternotok:jobid[:jobid...]
- This job may be scheduled for execution only after jobs jobid have terminated with errors.
- afterany:jobid[:jobid...]
- This job may be scheduled for execution after jobs jobid have terminated, with or without errors.
- on:count
- This job may be scheduled for execution after count dependencies on other jobs have been satisfied. This form is used in conjunction with one of the before forms, see below.
- before:jobid[:jobid...]
- When this job has begun execution, then jobs jobid... may begin.
- beforeok:jobid[:jobid...]
- If this job terminates execution without errors, then jobs jobid... may begin.
- beforenotok:jobid[:jobid...]
- If this job terminates execution with errors, then jobs jobid... may begin.
- beforeany:jobid[:jobid...]
- When this job terminates execution, jobs jobid... may begin.
- If any of the before forms are used, the job referenced by jobid must have been submitted with a dependency type of on.
- The job specified in any of the before forms must have the same owner as the job being altered.. Otherwise, the dependency will not take effect.
Error processing of the existence, state, or condition of the job on which the newly submitted job is a deferred service, i.e. the check is performed after the job is queued. If an error is detected, the new job will be deleted by the server. Mail will be sent to the job submitter stating the error.
Alters the group name under which the job is to run on the execution system.
Only one group name may be given per specified host. Only one of the specifications may be supplied without the corresponding specification. That group name will used for execution on any host not named in the argument list.
Alters which files are staged (copied) in before job start or staged out after the job completes execution. The
The name is the name on the system where the job executes. It may be an absolute path or a path relative to the home directory of the user. The name is the destination name on the host specified by The name may be absolute or relative to the user's home directory on the destination host.
OPERANDS
The qalter command accepts one or more operands of the form:STANDARD ERROR
Any error condition, either in processing the options or the operands, or any error received in reply to the batch requests will result in a error message being written to standard error.EXIT STATUS
Upon successful processing of all the operands presented to the qalter command, the exit status will be a value of zero.If the qalter command fails to process any operand, the command exits with a value greater than zero.
SEE ALSO
qsub(1B), qstat(1B), pbs_alterjob(3B), pbs_statjob(3B), pbs_selectjob(3B), pbs_resources_*(7B), where * is system type, and the PBS ERS.