Changes between Version 25 and Version 26 of JobSubmission


Ignore:
Timestamp:
Feb 17, 2013, 3:37:36 AM (11 years ago)
Author:
Christian Beer
Comment:

added links to template description

Legend:

Unmodified
Added
Removed
Modified
  • JobSubmission

    v25 v26  
    1414 --wu_name name:: workunit name (default: appname_PID_TIME)
    1515 --wu_template filename:: WU template filename relative to project root; usually in templates/.  Default: templates/appname_in.
    16  --result_template filename:: result template filename, relative to project root; usually in templates/.  Default: templates/appname_out.
     16 --result_template filename:: [JobTemplates result 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 input template,
     21The following [JobIn job parameters] may be passed in the [JobTemplates 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 input template file (the latter has priority).
     58Other job parameters may be passed either in the DB_WORKUNIT structure or in the [JobTemplates input template file] (the latter has priority).
    5959On a successful return, wu.id contains the database ID of the workunit.
    6060