wiki:TorqueUsage/Functions/Pbs_alterjob

Version 4 (modified by bas, 18 years ago) (diff)

--

PBS_ALTERJOB

A Modify Job batch request is generated and sent to the server.

result = pbs.pbs_alterjob(c, job_id, attrl, extend)

In

c::

Connection id

job_id::

Identifies which job is to be altered, it is specified in the form: sequence_number.server

attrl::

Is a list of resources that must be altered or added. Certain attributes of a job may or may not be alterable depending on the state of the job, see man qalter

extend::

The parameter, extend, is reserved for implementation defined extensions. For now extend="NULL"

Out

result::

If non-zero then an error has occured