2003-08-19 06:44:58 +00:00
|
|
|
<?
|
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("Batches");
|
|
|
|
echo "
|
2002-04-30 22:22:54 +00:00
|
|
|
<p>
|
2002-08-19 18:43:10 +00:00
|
|
|
Workunits and results can be grouped together into <b>batches</b>.
|
|
|
|
Each batch is represented by an integer.
|
2003-08-19 06:44:58 +00:00
|
|
|
Results must belong to the same batch as their workunit.
|
2002-04-30 22:22:54 +00:00
|
|
|
<p>
|
2002-08-19 18:43:10 +00:00
|
|
|
BOINC provides tools for manipulating workunits and results by
|
2002-07-29 19:01:38 +00:00
|
|
|
batch: e.g., for changing the status of all results in a batch from
|
2003-08-19 06:44:58 +00:00
|
|
|
'inactive' to 'unsent'.
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|