Skip to content

Standard assimilators

David Anderson edited this page Mar 20, 2026 · 2 revisions

BOINC includes the following 'standard' assimilators:

batch_collect_assimilator

This is used with batch-oriented job submission. The output files for a given batch are moved from the upload hierarchy to a directory

../results/<batchid>/

with file names

<wu_name>__file_<logical_name>

If a job fails it writes error codes to a file

<wu_name>_error

sample_dummy_assimilator

Writes a log message but doesn't do anything with the output files.

This can be used for batch-oriented apps that use the 'batch static' paradigm.

Clone this wiki locally