Changes between Version 27 and Version 28 of JobSubmission


Ignore:
Timestamp:
Feb 28, 2013, 12:08:33 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobSubmission

    v27 v28  
    1313Optional arguments are:
    1414 --wu_name name:: workunit name (default: appname_PID_TIME)
    15  --wu_template filename:: WU template filename relative to project root; usually in templates/.  Default: templates/appname_in.
    16  --result_template filename:: [JobTemplates result template] filename, relative to project root; usually in templates/.  Default: templates/appname_out.
     15 --wu_template filename:: [JobTemplates#Inputtemplates Input template] filename relative to project root; usually in templates/.  Default: templates/appname_in.
     16 --result_template filename:: [JobTemplates#Outputtemplates Output template] filename, relative to project root; usually in templates/.  Default: templates/appname_out.
    1717 --batch n::
    1818 --priority n:: high values are assigned before low values;
    1919  see --priority_order and --priority_order_create_time options on the [BackendPrograms#feeder feeder]
    2020
    21 The following [JobIn job parameters] may be passed in the [JobTemplates input template],
     21The following [JobIn job parameters] may be passed in the [JobTemplates#Inputtemplates input template],
    2222or as command-line arguments to create_work;
    2323the input template has precedence.
     
    5656}}}
    5757The ''name'' and ''appid'' fields of the DB_WORKUNIT structure must always be initialized.
    58 Other job parameters may be passed either in the DB_WORKUNIT structure or in the [JobTemplates input template file] (the latter has priority).
     58Other job parameters may be passed either in the DB_WORKUNIT structure or in the [JobTemplates#Inputtemplates input template file]
     59(the latter has priority).
    5960On a successful return, wu.id contains the database ID of the workunit.
    6061