wiki:TorqueUsage/Functions/Pbs_submit

PBS_SUBMIT

Issue a batch request to submit a new batch job:

jobid = pbs_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"

Out

jobid::

The return value is a character string which is the job_identifier assigned to the job by the server.

Example

See for an example here

Last modified 18 years ago Last modified on 09/13/06 09:30:47