4c2a32f
# Identification for the network the scheduler and daemon run on. 
4c2a32f
# You can have several distinct icecream networks in the same LAN
4c2a32f
# for whatever reason.
4c2a32f
#
4c2a32f
ICECREAM_NETNAME=""
4c2a32f
4c2a32f
# If the daemon can't find the scheduler by broadcast (e.g. because 
4c2a32f
# of a firewall) you can specify it.
4c2a32f
#
4c2a32f
ICECREAM_SCHEDULER_HOST=""
4c2a32f
4c2a32f
# You can overwrite here the number of jobs to run in parallel. Per
4c2a32f
# default this depends on the number of (virtual) CPUs installed. 
4c2a32f
#
4c2a32f
# Note: a value of "0" is actually interpreted as "1", however it
4c2a32f
# also sets ICECREAM_ALLOW_REMOTE="no".
4c2a32f
#
4c2a32f
ICECREAM_MAX_JOBS=""
4c2a32f
4c2a32f
# Specifies whether jobs submitted by other nodes are allowed to run on
4c2a32f
# this one.
4c2a32f
#
4c2a32f
ICECREAM_ALLOW_REMOTE="yes"
4c2a32f