Last active
June 15, 2020 21:09
-
-
Save firefly2442/9e805ba21143ef4cd9b10859c00d27b2 to your computer and use it in GitHub Desktop.
Folding@Home, /etc/fahclient/config.xml - GPU and CPU
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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