wiki:TorqueUsage/Functions/Pbs_orderjob

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

added pbs_orderjob

PBS_ORDERJOB

Issue a batch request to swap the order of two jobs with a single queue.

result = pbs.pbs_orderjob(c, job_id1, job_id2, extend)

In

c::

Connection id

job_id1, job_id2::

Identify which jobs are to be swapped. hey are specified in the form: sequence_number.server

extend::

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

Out

result::

If non-zero an error has occured