Changes between Version 41 and Version 42 of JobSubmission
- Timestamp:
- Jan 19, 2017, 3:10:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobSubmission
v41 v42 16 16 Optional arguments: 17 17 --wu_name name:: workunit name (default: appname_PID_TIME) 18 --wu_template filename:: [JobTemplates#Inputtemplates Input template] filename relative to project root;19 usually in templates/.18 --wu_template filename:: [JobTemplates#Inputtemplates Input template] 19 filename relative to project root; usually in templates/. 20 20 Default: templates/appname_in. 21 --result_template filename:: [JobTemplates#Outputtemplates Output template] filename,22 relative to project root; usually in templates/.21 --result_template filename:: [JobTemplates#Outputtemplates Output template] 22 filename, relative to project root; usually in templates/. 23 23 Default: templates/appname_out. 24 24 --batch n:: associate the job with the given batch. 25 25 --priority n:: high values are assigned before low values; 26 see --priority_order and --priority_order_create_time options on the [BackendPrograms#feeder feeder] 26 see --priority_order and --priority_order_create_time options 27 on the [BackendPrograms#feeder feeder] 27 28 --stdin:: Read stdin, and create one job per line (see below). 28 29 --continue_on_error:: keep going if an error occurs (used with --stdin) 29 30 --broadcast, --target_host, etc.:: [AssignedWork Assign or broadcast] this job. 30 31 31 The following [JobIn job parameters] may be passed in the [JobTemplates#Inputtemplates input template], 32 The following [JobIn job parameters] may be passed in the 33 [JobTemplates#Inputtemplates input template], 32 34 or as command-line arguments to create_work; 33 35 the input template has precedence. … … 69 71 Each line specifies a job, and may include the following options: 70 72 --command_line "x":: the command line 71 --wu_name :: the job name73 --wu_name name:: the job name 72 74 --broadcast, --target_host, etc.:: [AssignedWork assign or broadcast this job]. 73 --wu_template _filename:: input template file74 --result_template _filename:: output template file75 --wu_template filename:: input template file 76 --result_template filename:: output template file 75 77 76 78 The remaining items specify input files: