Changes between Version 27 and Version 28 of JobSubmission
- Timestamp:
- Feb 28, 2013, 12:08:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobSubmission
v27 v28 13 13 Optional arguments are: 14 14 --wu_name name:: workunit name (default: appname_PID_TIME) 15 --wu_template filename:: WU templatefilename relative to project root; usually in templates/. Default: templates/appname_in.16 --result_template filename:: [JobTemplates result template] filename, relative to project root; usually in templates/. Default: templates/appname_out.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. 17 17 --batch n:: 18 18 --priority n:: high values are assigned before low values; 19 19 see --priority_order and --priority_order_create_time options on the [BackendPrograms#feeder feeder] 20 20 21 The following [JobIn job parameters] may be passed in the [JobTemplates input template],21 The following [JobIn job parameters] may be passed in the [JobTemplates#Inputtemplates input template], 22 22 or as command-line arguments to create_work; 23 23 the input template has precedence. … … 56 56 }}} 57 57 The ''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 [JobTemplates input template file] (the latter has priority). 58 Other job parameters may be passed either in the DB_WORKUNIT structure or in the [JobTemplates#Inputtemplates input template file] 59 (the latter has priority). 59 60 On a successful return, wu.id contains the database ID of the workunit. 60 61