-
Notifications
You must be signed in to change notification settings - Fork 514
Standard assimilators
David Anderson edited this page Mar 20, 2026
·
2 revisions
BOINC includes the following 'standard' assimilators:
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
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.