Here you can find answers to questions about how the board works. Use the links or search box below to find your way around.
There is a separate set of project preferences for each project in which you participate and can only be accessed via the website location "preferences for this project". These include:
NB: At World Community Grid this option is titled "Project Weight"
Paste the following code in the cc_config file you created above:
<cc_config> <log_flags> [ ... ] </log_flags> <options> [ ... ] </options> </cc_config>In place of the brackets, put in whatever option tags that serve your needs. For example, if you want BOINC to report your results as soon as they are finished, use the following file structure:
<cc_config> <options> <report_results_immediately>1</report_results_immediately> </options> </cc_config>
To get BOINC to recognize the options you have created with this file, go to Advanced->Read Config File within the BOINC client.
For a complete list of options you can configure with this file, please see this web page.
This doc describes a new feature that will allow volunteers to adjust application scheduling parameters.
Note: this is separate from the anonymous platform mechanism.
A volunteer can configure a project's apps by putting a file app_config.xml in the project's directory. This file has the following form:
<app_config> <app> <name>name</name> <max_concurrent>N</max_concurrent> <gpu_versions> <gpu_usage>.25</gpu_usage> <cpu_usage>.1</cpu_usage> </gpu_versions> </app> </app_config>
<name>: the short name of an application.
<max_concurrent>: a limit on the number of concurrent jobs for that application.
<gpu_versions>: the <gpu_usage> and <cpu_usage> elements specify the number of device instances used by GPU app versions. Note: there is no provision for specifying this per GPU type or per device.
Note2: The placement of the app_config.xml is in its respective project folder, e.g. for WorldCommunityGrid it goes into .\projects\www.worldcommunitygrid.org
Original wiki page can be found (Here)
Download in other formats: