diff options
Diffstat (limited to 'sci-biology/foldingathome/files/999/folding-conf.d')
-rw-r--r-- | sci-biology/foldingathome/files/999/folding-conf.d | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-biology/foldingathome/files/999/folding-conf.d b/sci-biology/foldingathome/files/999/folding-conf.d new file mode 100644 index 0000000..72d211f --- /dev/null +++ b/sci-biology/foldingathome/files/999/folding-conf.d @@ -0,0 +1,21 @@ +# Config file for /etc/init.d/foldingathome +# +# The f@h client configuration can be found in /opt/foldingathome/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. +# -smp x Set the client to run on x cores in SMP mode +# +# 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="" +PIDFILE=/var/run/folding + |