Skip to content

Instantly share code, notes, and snippets.

@firefly2442
Last active June 15, 2020 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firefly2442/9e805ba21143ef4cd9b10859c00d27b2 to your computer and use it in GitHub Desktop.
Save firefly2442/9e805ba21143ef4cd9b10859c00d27b2 to your computer and use it in GitHub Desktop.
Folding@Home, /etc/fahclient/config.xml - GPU and CPU
<config>
<!-- install proprietary Nvidia drivers through Ubuntu -->
<!-- sudo apt install ocl-icd-opencl-dev nvtop -->
<!-- nvidia-smi OR nvtop -->
<!--- check installed package version on Ubuntu: dpkg -s FAHClient -->
<cause v='COVID_19'/>
<!-- Client Control -->
<fold-anon v='true'/>
<!-- Folding Slot Configuration, autoconfigure GPU -->
<gpu v='true'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'/>
<!-- split out slots to prevent decomposition errors on prime calculations
<slot id='0' type='CPU'>
<cpus v='5'/>
</slot>
<slot id='1' type='CPU'>
<cpus v='5'/>
</slot>
-->
<!-- web page accessible on localhost:7396 -->
<allow>127.0.0.1,192.168.1.0/24</allow>
<web-allow>127.0.0.1,192.168.1.0/24</web-allow>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment