Last active
December 30, 2020 11:36
-
-
Save askrabal/e57eeac369816a138b92e972644604ec to your computer and use it in GitHub Desktop.
Folding@Home configuration xml -- /etc/fahclient/config.xml
This file contains hidden or 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> | |
<!-- Client Control --> | |
<fold-anon v='true'/> | |
<!-- Folding Slot Configuration --> | |
<gpu v='true'/> | |
<!-- HTTP Server --> | |
<!-- allow all local network access --> | |
<allow v='127.0.0.1 192.168.0.0/16'/> | |
<!-- bind to any address --> | |
<http-addresses v='0:7396'/> | |
<!-- Slot Control --> | |
<power v='FULL'/> | |
<!-- Web Server --> | |
<!-- allow all local network access --> | |
<web-allow v='127.0.0.1 192.168.0.0/16'/> | |
<!-- Folding Slots --> | |
<!-- split cores between slots to allow pausing some cores --> | |
<slot id='0' type='CPU'> | |
<cpus v='10'/> | |
</slot> | |
<slot id='1' type='CPU'> | |
<cpus v='6'/> | |
</slot> | |
<slot id='2' type='GPU'> | |
<pci-bus v='10'/> | |
<pci-slot v='0'/> | |
</slot> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment