wiki:TorqueUsage/Functions/Pbs_submit

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

--

PBS_SUBMIT

Issue a batch request to submit a new batch job:

jobid = ppbs_submit(c, attropl, script, destination, extend)

IN

c::

Connection id

attropl::

Set the job parameters??

script::

is the path name to the job script. If the path name is relative, it will be expanded to the processes current working directory. Type: string

destination::

The destination parameter specifies the destination for the job. If destination is the null string or the queue is not specified, the destination will be the default queue at the connected server. Type: string

extend::

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