Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > aa89c086671c0d57fa56d7c6fcb04658 > files > 5

icecream-0.9.4-5.fc12.i686.rpm

#
# Nice level of running compilers
#
ICECREAM_NICE_LEVEL="5"

#
# icecream daemon log file
#
ICECREAM_LOG_FILE="/var/log/iceccd"

#
# icecream scheduler log file
#
ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecc-scheduler"

#
# Identification for the network the scheduler and daemon run on.
# You can have several distinct icecream networks in the same LAN
# for whatever reason.
#
ICECREAM_NETNAME=""

#
# If the daemon can't find the scheduler by broadcast (e.g. because
# of a firewall) you can specify it.
#
ICECREAM_SCHEDULER_HOST=""

#
# You can overwrite here the number of jobs to run in parallel. Per
# default this depends on the number of (virtual) CPUs installed.
#
# Note: a value of "0" is actually interpreted as "1", however it
# also sets ICECREAM_ALLOW_REMOTE="no".
#
ICECREAM_MAX_JOBS=""

#
# Specifies whether jobs submitted by other nodes are allowed to run on
# this one.
#
ICECREAM_ALLOW_REMOTE="yes"

#
# This is the directory where the icecream daemon stores the environments
# it compiles in. In a big network this can grow quite a bit, so use some
# path if your /tmp is small - but the user icecream has to write to it.
#
ICECREAM_BASEDIR="/var/cache/icecream"