wiki:TorqueUsage/Functions/Pbs_asyrunjob

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

--

PBS_ASYRUNJOB

An "Asynchronous Run Job" request is generated and set to the server over the connection. The server will validate the request and reply before initiating the execution of the job. This version of the call can be used to reduce latency in scheduling, especially when the scheduler must start a large number of jobs.

result = pbs.pbs_asyrunjob(c, job_id, location, extend)

In

c::

Connection id

job_id::

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

location::

If not null string ('NULL'), specifies the location where the job should be run. The location is the name of a host in the the cluster managed by the server.

extend::

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

Output

result::

If no-zero an error has occured