summaryrefslogtreecommitdiff
blob: ad4839b9d2afa24f201392d09066e570bee81033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Config file for /etc/init.d/foldingathome
#
# The f@h client configuration can be found in /opt/foldingathome/client1/client.cfg
# Run /opt/foldingathome/initfolding to reconfigure that.
#
# Enter options here to be passed to the Folding client:
#
#  -oneunit	Instruct the client to quit following the completion of one work unit.
#  -verbosity x Sets the output level, from 1 to 9 (max). The default is 3
#  -forceasm    Force core assembly optimizations to be used if available
#  -advmethods  Request to be assigned any new Cores or work units.
#
# A full listing of options can be found here:
# http://www.stanford.edu/group/pandegroup/folding/console-userguide.html
# But use of other options are not recommended when using the Folding client
# as a service.
#
#FOLD_OPTS="-advmethods"

# Number of clients to run
#
# Folding@Home isn't multithreaded, so if you're running multiple CPU's
# you will need to run a client to run for each of your CPU's in order
# to achieve the best performance for Folding@Home. Up to a maximum of 8.
# Ex. A dual CPU system would use CPU=2.  The init script has code to
# determine how many CPUs you have if you set CPU=0.
#
CPU=0