[Top][All Lists]
[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.
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
- ICC 7.0 and distcc, Akim Demaille, 2003/06/25
- Re: Icc 7.0, distcc, Automake,
Akim Demaille <=