automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Icc 7.0, distcc, Automake


From: Akim Demaille
Subject: Re: Icc 7.0, distcc, Automake
Date: Thu, 26 Jun 2003 11:01:12 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

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

Attachment: dicc
Description: Text Data

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]