Changes between Version 12 and Version 13 of JobSubmission
- Timestamp:
- Dec 7, 2010, 10:51:45 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobSubmission
v12 v13 182 182 }}} 183 183 184 == Submitting a job manually== #creatework-tool184 == Submitting a job on the command line == #creatework-tool 185 185 186 186 '''create_work''' is a command-line tool for submitting jobs. … … 191 191 Mandatory arguments are: 192 192 --appname name:: application name 193 --wu_name name:: workunit name194 --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/196 193 197 194 Optional 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. 198 198 --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] 200 201 201 202 The following [JobIn job parameters] may be passed in the input template,