2012-02-02 21:59:26 +01:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC user
|
|
|
|
## Type: string
|
|
|
|
## Default: "boinc"
|
|
|
|
## Config: BOINC
|
|
|
|
#
|
|
|
|
# An empty setting will point to boinc
|
|
|
|
#
|
|
|
|
BOINC_BOINC_USR="boinc"
|
2009-05-04 17:59:30 +02:00
|
|
|
|
2012-02-02 21:59:26 +01:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC group
|
|
|
|
## Type: string
|
|
|
|
## Default: "boinc"
|
|
|
|
## Config: BOINC
|
|
|
|
#
|
|
|
|
# An empty setting will point to boinc
|
|
|
|
#
|
|
|
|
BOINC_BOINC_GRP="boinc"
|
2009-05-04 17:59:30 +02:00
|
|
|
|
2012-07-01 22:09:47 +02:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC DIR
|
|
|
|
## Type: string
|
|
|
|
## Default: "/var/lib/boinc"
|
|
|
|
## Config: BOINC
|
|
|
|
##
|
2017-02-25 01:53:52 +01:00
|
|
|
## An empty setting will point to /var/lib/boinc (SysVinit)
|
2012-07-01 22:09:47 +02:00
|
|
|
##
|
2017-02-25 01:53:52 +01:00
|
|
|
BOINC_BOINC_DIR="/var/lib/boinc"
|
2012-07-01 22:09:47 +02:00
|
|
|
|
2012-02-02 21:59:26 +01:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC options
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
## Config: BOINC
|
|
|
|
#
|
|
|
|
## --allow_remote_gui_rpc
|
|
|
|
## allow boinc manager connections from remote machines
|
|
|
|
##
|
2017-02-25 01:53:52 +01:00
|
|
|
## --check_all_logins
|
|
|
|
## for idle detection, check remote logins too
|
|
|
|
## run only when no logins from anywhere are active
|
|
|
|
##
|
|
|
|
## --gui_rpc_port <port>
|
|
|
|
## port for GUI RPCs
|
2012-02-02 21:59:26 +01:00
|
|
|
##
|
2017-02-25 01:53:52 +01:00
|
|
|
## --gui_rpc_unix_domain
|
|
|
|
## use Unix domain for GUI RPCs
|
2012-02-02 21:59:26 +01:00
|
|
|
##
|
2017-02-25 01:53:52 +01:00
|
|
|
## --no_gpus
|
|
|
|
## don't check for GPUs
|
|
|
|
##
|
|
|
|
## --redirectio
|
|
|
|
## redirect stdout and stderr to log files
|
|
|
|
##
|
|
|
|
## --no_gui_rpc
|
|
|
|
## don't allow GUI RPC, don't make socket
|
|
|
|
##
|
|
|
|
## --run_cpu_benchmarks
|
|
|
|
## run the CPU benchmarks
|
|
|
|
##
|
|
|
|
## --skip_cpu_benchmarks
|
|
|
|
## don't run CPU benchmarks
|
2012-02-02 21:59:26 +01:00
|
|
|
##
|
2009-05-04 17:59:30 +02:00
|
|
|
#
|
2012-02-02 21:59:26 +01:00
|
|
|
BOINC_BOINC_OPTS=""
|