Posts by clemmo

1) Questions and Answers : Issue Discussion : One Computer don't get tasks - why ? (Message 1460)
Posted 3 Feb 2022 by clemmo
Post:
I'd first check that you have a 64bit Ubuntu install and not a 32bit.

Unfortunately my ideas run out there. Best of luck
2) Message boards : Cafe : Run multiple WU's on GPU (Message 1458)
Posted 3 Feb 2022 by clemmo
Post:
Yes. Create an app_config.xml file in the project folder and put the following in it:

<app_config>
<app_version>
<app_name>mlds-gpu</app_name>
<plan_class>cuda10200</plan_class>
<avg_ncpus>1</avg_ncpus>
<ngpus>.5</ngpus>
</app_version>
</app_config>

The number between ngpus determines what percentage of the GPU each task takes. so 0.5 for 2 per gpu, 0.25 for 4 per gpu etc.
Same for cpu's allocated using the avg_ncpus.
Refer to https://boinc.berkeley.edu/wiki/BOINC_Data_directory to find your data directory if unknown.
Refer to https://boinc.berkeley.edu/wiki/Client_configuration for further information on config files.




©2024 MLC@Home Team
A project of the Cognition, Robotics, and Learning (CORAL) Lab at the University of Maryland, Baltimore County (UMBC)