[[ShowPath]] = PBS_SUBMIT = Issue a batch request to submit a new batch job: {{{ #!python jobid = ppbs_submit(c, attropl, script, destination, extend) }}} == IN == c:: Connection id [wiki:TorqueUsage/DataTypes/Attropl 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"''