PBS_ALTERJOB_ASYNC
A Modify Job batch request is generated and sent to the server. Its dos not ait for a response like pbs_alterjob
result = pbs.pbs_alterjob_async(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
Last modified 13 years ago
Last modified on 08/13/10 10:58:15