Changes between Version 2 and Version 3 of TorqueUsage/Scripts/Submit


Ignore:
Timestamp:
09/12/08 09:33:39 (16 years ago)
Author:
dcesari@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/Scripts/Submit

    v2 v3  
    2626# A1.tsk is the job script filename
    2727#
    28 job_id = pbs.pbs_submit(pbsconn, attropl, "A1.tsk", 'NULL', 'NULL')
     28job_id = pbs.pbs_submit(c, attropl, "A1.tsk", 'NULL', 'NULL')
    2929
    3030e, e_txt = pbs.error()