-
-
Save jwilliamshirley/7022f4bd513de423adaa9e4daee3b554 to your computer and use it in GitHub Desktop.
FAHClient config. file—/etc/fahclient/config.xml
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> | |
<!-- See sample config: /usr/share/doc/fahclient/sample-config.xml --> | |
<!-- Client Control | |
Don't fold anonymously, provide user info. --> | |
<fold-anon v='false'/> | |
<!-- Folding Slot Configuration --> | |
<gpu v='true'/> <!-- If true, attempt to autoconfigure GPUs --> | |
<!-- Slot Control | |
Options: light, medium or full | |
Watch out for high load --> | |
<power v='full'/> | |
<!-- User Information | |
Send all those points to team NairobiLUG 229502 | |
http://fah-web2.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=229502 --> | |
<user v='James_Oguya'/> | |
<passkey v='ZZZZZZZZZZZZZZZZZZZZZZ'/> | |
<team v='229502'/> | |
<!-- Folding Slots --> | |
<!-- Use all the CPUs | |
Watch out for high load --> | |
<slot id='0' type='CPU'/> | |
<slot id='1' type='GPU'/> | |
<!-- Grant Remote Web Access | |
access web UI at 192.168.1.63:7396 --> | |
<allow>127.0.0.1 192.168.1.63</allow> | |
<web-allow>127.0.0.1 192.168.1.63</web-allow> | |
</config> | |
<!-- vim: set sw=2 ts=2: --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment