bug-make
[Top][All Lists]
Advanced

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

Fwd: Dynamic adjustments of build dependencies for the number of availab


From: Tim Murphy
Subject: Fwd: Dynamic adjustments of build dependencies for the number of available processors
Date: Mon, 5 Jan 2015 17:21:50 +0000


---------- Forwarded message ----------
From: Tim Murphy <address@hidden>
Date: 5 January 2015 at 17:20
Subject: Re: Dynamic adjustments of build dependencies for the number of available processors
To: SF Markus Elfring <address@hidden>



Hi

On 5 January 2015 at 17:03, SF Markus Elfring <address@hidden> wrote:

> I'm sorry but I don't really understand what you're trying to do.

How do you think about to share any more software development
experiences for the application of the command "getconf _NPROCESSORS_ONLN"
together with make tools?

I am also not able to fully understand what you want and that's why I think Paul wanted an example of what you're trying to do.

We're not even understanding what general issue you are interested in?

Make is multiprocess and parallel and uses all the available processors already - with a high enough -j N setting which is given at the commandline.

So what we can't understand is: what are you trying to do in the recipe?   I imagine doing this on Linux:

make -j $(grep "processor" /proc/cpuinfo  | wc -l)

This ensures that make uses all your processors.

I assume that you want something different from this but you need to explain better, sorry :-)

Regards,

Tim

--
You could help some brave and decent people to have access to uncensored news by making a donation at:

http://www.thezimbabwean.co.uk/friends/



--
You could help some brave and decent people to have access to uncensored news by making a donation at:

http://www.thezimbabwean.co.uk/friends/

reply via email to

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