automake
[Top][All Lists]
Advanced

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

Re: automake and DualCore


From: Dalibor Topic
Subject: Re: automake and DualCore
Date: Mon, 3 Jul 2006 08:13:50 -0700
User-agent: Mutt/1.3.28i

On Mon, Jul 03, 2006 at 02:43:02PM +0200, Thomas Porschberg wrote:
> Hi,
> 
> do Makefiles created from automake benefit from dualcore CPUs 
> and is the build process speeded up ?

that'd seem to be more of a question about the make tool you're using to
process the makefiles. GNU make has the -j option to execute jobs in
parallel, and that in general benefits from having more CPUs around,
assuming your memory allows for all the jobs to be executed in parallel
without swapping.

If you're building C/C++ code, check out ccache and distcc as well.

cheers,
dalibor topic

> 
> Regards,
> Thomas
> 
> -- 
> 
> 
> 




reply via email to

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