Compute model: results

A result describes an instance of a computation, either to be performed, in progress, or completed. Results are stored in the result table of the BOINC DB. The attributes of a result include:

The XML document listing the output files has the form:
<file_info>...</file_info>
[ ... ]
<result>
    <name>foobar</name>
    <wu_name>blah</wu_name>
    <file_ref>...</file_ref>
    [ ... ]
</result>
The components are:

The XML document describing the sizes and checksums of the output files is just a list of <file_info> elements, with the nbytes and md5_cksum fields present. The project back end must parse this field to find the locations and checksums of output files.

Several results may be associated with a single workunit. Results may be generated in either of two ways (selected as part of the application):