Changes between Version 11 and Version 12 of JobSubmission
- Timestamp:
- Oct 13, 2010, 11:05:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobSubmission
v11 v12 49 49 [ <max_total_results>x</max_total_results> ] 50 50 [ <max_success_results>x</max_success_results> ] 51 [ <credit>X</credit> ]52 51 </workunit> 53 52 }}} … … 68 67 69 68 '''<command_line>''':: The command-line arguments to be passed to the main program. 70 71 '''<credit>'''::72 The amount of credit to be granted for successful completion of this workunit.73 Use this only if you know in advance how many FLOPs it will take.74 Your [ValidationSimple validator] must use {{{get_credit_from_wu()}}}75 as its {{{compute_granted_credit()}}} function.76 69 77 70 '''<rsc_fpops_est>''' etc.::