Changes between Version 12 and Version 13 of JobSubmission


Ignore:
Timestamp:
Dec 7, 2010, 10:51:45 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobSubmission

    v12 v13  
    182182}}}
    183183
    184 == Submitting a job manually == #creatework-tool
     184== Submitting a job on the command line == #creatework-tool
    185185
    186186'''create_work''' is a command-line tool for submitting jobs.
     
    191191Mandatory arguments are:
    192192 --appname name:: application name
    193  --wu_name name:: workunit name
    194  --wu_template filename:: WU template filename relative to project root; usually in templates/
    195  --result_template filename:: result template filename, relative to project root; usually in templates/
    196193
    197194Optional arguments are:
     195 --wu_name name:: workunit name (default: appname_PID_TIME)
     196 --wu_template filename:: WU template filename relative to project root; usually in templates/.  Default: templates/appname_in.
     197 --result_template filename:: result template filename, relative to project root; usually in templates/.  Default: templates/appname_out.
    198198 --batch n::
    199  --priority n:: high values are assigned before low values, see -priority_order and -priority_order_create_time options on the [BackendPrograms#feeder feeder]
     199 --priority n:: high values are assigned before low values;
     200  see --priority_order and --priority_order_create_time options on the [BackendPrograms#feeder feeder]
    200201
    201202The following [JobIn job parameters] may be passed in the input template,