Changes between Version 28 and Version 29 of JobSubmission


Ignore:
Timestamp:
Apr 7, 2014, 9:06:26 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobSubmission

    v28 v29  
    88create_work [ arguments ] infile_1 ... infile_n
    99}}}
     10
     11Create a job with the given input files (which must already be staged).
     12
    1013Mandatory arguments are:
    1114 --appname name:: application name
     
    1316Optional arguments are:
    1417 --wu_name name:: workunit name (default: appname_PID_TIME)
    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.
     18 --wu_template filename:: [JobTemplates#Inputtemplates Input template] filename relative to project root; usually in templates/.
     19   Default: templates/appname_in.
     20 --result_template filename:: [JobTemplates#Outputtemplates Output template] filename, relative to project root; usually in templates/.
     21   Default: templates/appname_out.
    1722 --batch n::
    1823 --priority n:: high values are assigned before low values;
    1924  see --priority_order and --priority_order_create_time options on the [BackendPrograms#feeder feeder]
     25 --stdin:: Read stdin, and create one job per line.
     26   Each line may specify a command line (with --command_line) or input files.
     27   This lets you create large batches of jobs efficiently.
     28 
    2029
    2130The following [JobIn job parameters] may be passed in the [JobTemplates#Inputtemplates input template],