[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parallels build
From: |
Kristof Provost |
Subject: |
Re: parallels build |
Date: |
Sun, 3 May 2009 23:17:54 +0200 |
User-agent: |
Mutt/1.5.14 (2007-03-31) |
On 2009-05-03 13:47:39 (+0200), Frederic Scherma <address@hidden> wrote:
> GMake don't start many jobs if I set -j2 or more. If I show processes list I
> see only one g++ or gcc running at time, and I see only one core of my CPU
> used.
>
> I've tried --jobs=2 too and same result :/ I've tried -j without value, and
> with a big value like 16 or 32 nothing works.
It's possible the dependency structure of your makefile simply doesn't
allow parallellisation of the build. Can you reproduce the problem with
a smaller makefile or show us the full makefile?
Regards,
Kristof
PS: Please don't top-post. It makes following a conversation needlessly
difficult.