I ran some parallel makes and it seemed to work fine.  On some projects with 
inadequate dependency management it can cause trouble, but in emc2 it seems to 
work (just like I'd expect).

If you have N cpus on your build machine, try "make -j 2*N"   :-)

----- Reply message -----
From: "R. van Twisk" <e...@rvt.dds.nl>
Date: Wed, Jul 13, 2011 17:08
Subject: [Emc-developers] parallel make?
To: "EMC developers" <emc-developers@lists.sourceforge.net>
Cc: <s...@highlab.com>


Kim,

parallel builds allows you to build a project using multiple processes.
If you have 2 CPU cores in your computer, then it's nice you can execute two 
c++ 
processes to compile the source files.

The whole goal is to speed up compiling of a project.

LibreCAD can be build in parallel...

Ries

On Jul 13, 2011, at 5:59 PM, Kim Kirwan wrote:

> Hi Seb,
> 
> No, should I be?  What does it do?
> 
> I only recently discovered building with "make -d",
> actually "make -d 1>~/logfile.txt 2>&1". It gave me a
> debug file output of about 150,000 lines, and the last
> hundred or so really helped to debug the docs build.
> 
> Maybe you should tell us about "make -j"?
> 
> Kim
> 
> 
> On 07/13/2011 01:26 PM, Sebastian Kuzminsky wrote:
>> Does anyone regularly build emc2 using parallel make ("make -j")?
>> 
> 
> 
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric 
> Ries, the creator of the Lean Startup Methodology on "Lean Startup 
> Secrets Revealed." This video shows you how to validate your ideas, 
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to