Skip to content

Instantly share code, notes, and snippets.

@jwilliamshirley
Forked from oguya/fah-config.xml
Created March 31, 2021 00:03
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 jwilliamshirley/7022f4bd513de423adaa9e4daee3b554 to your computer and use it in GitHub Desktop.
Save jwilliamshirley/7022f4bd513de423adaa9e4daee3b554 to your computer and use it in GitHub Desktop.
FAHClient config. file—/etc/fahclient/config.xml
<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