wiki:TorqueUsage/Functions/Pbs_runjob

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

--

PBS_RUNJOB

A "Run Job" batch request is generated and sent to the server. The server will reply when the job has started execution unless file in-staging is required. In that case, the serverwill reply when the staging operations are started.

result = pbs.pbs_runjob(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