[cmake-developers] build on multiple cores

Nils Gladitz nilsgladitz at gmail.com
Tue Jan 27 10:56:32 EST 2015


On 01/27/2015 04:52 PM, Deepak Garg wrote:
> I want to build my cmake code with multiple cores (64). For this I am
> trying to test the build on 4 cores by typing
>
> make -j 4
>
> But still build is done by a single core. The time taken for build by
>
> make  and  make -j 4
>
> is same. Can anyone guide me that what am I doing wrong?

I think this might be better discussed on the user's rather than 
developer's mailing list.

In general this works for me as-is (with gnu make).

Nils




More information about the cmake-developers mailing list