On Tue, Mar 24, 2015 at 03:01:14PM -0400, Fernando Rodriguez wrote
> 
> Let me know if you have any luck with pump mode, I didn't. IIRC it
> sort of worked but most compiles fell back to compiling locally so
> it's was actually slower. The rest of this post (or parts) may not
> apply if you do get it working.
> 
> I've also found that I get better performance without the -l N on
> MAKEPOTS and specifying the number of cores per host as follows:
> 
> distcc-config --set-hosts "192.168.123.251/4" 
> 
> It may not matter if you got only one host. Also change the -j N flag
> accordingly. You'll need to do some testing to find the right number,
> I've find that between 4 to 8 cores per physical core works best (for
> some reason varies between hosts). Just look for the right number,
> you'll know when you see the CPU usage maxing on the hosts during a
> parallel build. Keep in mind that most makefiles don't do a lot of
> parallel compiling so you need to use the monitor utility to check
> during a busy time.

  Annoying discovery... crossdev is picky about the syntax...

crossdev -S -t i686-pc-linux-gnu

...builds the latest stable toolchain, which is currently gcc 4.8.3

crossdev -t -S i686-pc-linux-gnu

...does not complain about any errors... but it builds the absolute
latest toolchain, which is currently gcc 4.9.2 :(

-- 
Walter Dnes <[email protected]>
I don't run "desktop environments"; I run useful applications

Reply via email to