Changes between Version 6 and Version 7 of TorqueUsage/Scripts/Submit


Ignore:
Timestamp:
03/19/12 09:16:10 (12 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/Scripts/Submit

    v6 v7  
    3838# A1.tsk is the job script filename
    3939#
    40 job_id = pbs.pbs_submit(c, attropl, "A1.tsk", 'NULL', 'NULL')
     40job_id = pbs.pbs_submit(c, attropl, "A1.tsk", 'batch', 'NULL')
    4141
    4242e, e_txt = pbs.error()