[distcc] Re: Icc 7.0, distcc, Automake

Akim Demaille akim at epita.fr
Thu Jun 26 09:01:12 GMT 2003


For the records, I'm using the following script.  It results in a
correct compilation with Automake, Icc, and Distcc.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dicc
Type: text/x-sh
Size: 1235 bytes
Desc: not available
Url : http://lists.samba.org/archive/distcc/attachments/20030626/f532bea6/dicc.bin
-------------- next part --------------

But the speedup is really miserable: none AFAICS (on several runs).  I
must say that my src hierarchy is poor for -j, as it heavily uses
Automake and many small modules compiled sequentially.  Here are the
figure I get:

make -j4 CC=icc CXX=icc  250,09s user 17,22s system 46% cpu 9:38,68 total

make -j4 CC=dicc CXX=dicc  257,89s user 22,69s system 55% cpu 8:22,51 total


More information about the distcc mailing list