BOINC@AUSTRALIA FORUM

Retired BOINC Projects => MLC@HOME => Topic started by: NudgeyNR on January 05, 2021, 03:32:38 PM

Title: GPU work units
Post by: NudgeyNR on January 05, 2021, 03:32:38 PM
Has anybody tried running multiple wu's on one GPU for MLC ??

If so what would i put in the config file ??
Title: Re: GPU work untis
Post by: Dingo on January 06, 2021, 02:26:43 AM
I only had one running at a time but this runs two at a time.

put this in app_config.xml

<app_config>
<app>
<name>mlds-gpu</name>
<gpu_versions>
<gpu_usage>0.5</gpu_usage>
<cpu_usage>0.996</cpu_usage>
</gpu_versions>
</app>
</app_config>
Title: Re: GPU work units
Post by: NudgeyNR on January 06, 2021, 07:18:59 AM
My RTX-2080 comfortably runs 2 wu's at a time, only using 75% of the GPU. These current wu's don't work the GPU hard as the temps hover around the 40c mark.

Thanks as always Dingo.