~ubuntu-branches/ubuntu/precise/icecc/precise

« back to all changes in this revision

Viewing changes to debian/icecc.conf

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2011-09-17 16:26:59 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110917162659-j6d9ejw9r9sk5w8t
Tags: 0.9.7-4
Fix typo: ICECC_ALLOW_REMOTE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
ICECC_LOG_FILE="/var/log/iceccd.log"
12
12
 
13
13
#
14
 
# Identification for the network the scheduler and daemon run on. 
 
14
# Identification for the network the scheduler and daemon run on.
15
15
# You can have several distinct icecc networks in the same LAN
16
16
# for whatever reason.
17
17
#
18
18
# ICECC_NETNAME=""
19
19
ICECC_NETNAME=""
20
20
 
21
 
 
21
#
22
22
# You can overwrite here the number of jobs to run in parallel. Per
23
 
# default this depends on the number of (virtual) CPUs installed. 
 
23
# default this depends on the number of (virtual) CPUs installed.
 
24
#
 
25
# Note: a value of "0" is actually interpreted as "1", however it
 
26
# also sets ICECC_ALLOW_REMOTE="no".
24
27
#
25
28
# ICECC_MAX_JOBS=""
26
29
ICECC_MAX_JOBS=""
27
30
 
28
31
#
 
32
# Specifies whether jobs submitted by other nodes are allowed to run on
 
33
# this one.
 
34
#
 
35
# ICECC_ALLOW_REMOTE="yes"
 
36
ICECC_ALLOW_REMOTE="yes"
 
37
 
 
38
#
29
39
# This is the directory where the icecc daemon stores the environments
30
40
# it compiles in. In a big network this can grow quite a bit, so use some
31
41
# path if your /tmp is small - but the user icecc has to write to it.
32
 
 
42
#
33
43
# ICECC_BASEDIR="/var/cache/icecc"
34
44
ICECC_BASEDIR="/var/cache/icecc"
35
45
 
40
50
ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
41
51
 
42
52
#
43
 
# If the daemon can't find the scheduler by broadcast (e.g. because 
 
53
# If the daemon can't find the scheduler by broadcast (e.g. because
44
54
# of a firewall) you can specify it.
45
55
#
46
56
# ICECC_SCHEDULER_HOST=""