diff options
Diffstat (limited to 'make.conf')
-rw-r--r-- | make.conf | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -11,10 +11,14 @@ CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 aes" # Local build #MAKEOPTS="-j5" # DistCC build (Twice total CPUs + 1, Local CPUs). -MAKEOPTS="-j59 -l5" +#MAKEOPTS="-j35 -l5" # compute4, reduce local load (problematic) +#MAKEOPTS="-j35" # compute4 +MAKEOPTS="-j67" # compute1,3,4 # Default 2-jobs per localhost and 4-jobs per other nodes (increase recommended only on 4-head systems) -#DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/4" -DISTCC_HOSTS="ipepdvcompute4/16,lzo localhost" +DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/1" +#DISTCC_HOSTS="ipepdvcompute4/16,lzo localhost" +#DISTCC_HOSTS="ipepdvcompute4/16 ipepdvcompute1/8 ipepdvcompute3/8 localhost/1" +#DISTCC_HOSTS="ipepdvcompute4/16 localhost/1" #DISTCC_HOSTS="ipepdvcompute4/16" # DISTCC server will be blacklisted if compilation fails (which may happen intentionally during configuration stage). # Short timeout is necessary to avoid it (0 disables it alltogether). Backof should be enabled to avoid failing while in backof. |