Changes between Version 10 and Version 11 of WorkGeneration
- Timestamp:
- Apr 24, 2007, 11:38:57 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkGeneration
v10 v11 43 43 <file_info>, <file_ref>:: 44 44 45 Each pair describes an [ http://boinc.berkeley.edu/files.php#file input file] and [http://boinc.berkeley.edu/files.php#file_refthe way it's referenced].45 Each pair describes an [BoincFiles#Fileproperties input file] and [BoincFiles#Filereferences the way it's referenced]. 46 46 47 47 <command_line>:: … … 51 51 <credit>:: 52 52 53 The amount of credit to be granted for successful completion of this workunit. Use this only if you know in advance how many FLOPs it will take. Your [ http://boinc.berkeley.edu/validate_simple.phpvalidator] must use get_credit_from_wu() as its compute_granted_credit() function.53 The amount of credit to be granted for successful completion of this workunit. Use this only if you know in advance how many FLOPs it will take. Your [ValidationSimple validator] must use get_credit_from_wu() as its compute_granted_credit() function. 54 54 55 55 Other elements:: 56 [ http://boinc.berkeley.edu/work.phpWork unit attributes]56 [JobIn Work unit attributes] 57 57 58 58 An output template file has the form … … 102 102 -priority n:: 103 103 104 The following [ http://boinc.berkeley.edu/work.phpjob parameters] may be passed in the input template,104 The following [JobIn job parameters] may be passed in the input template, 105 105 or as command-line arguments to create_work, 106 106 or not passed at all (defaults will be used) … … 201 201 }}} 202 202 The program must be run in the project directory. 203 203 204 === Making lots of workunits === 204 205