help-make
[Top][All Lists]
Advanced

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

RE: order and parallelism


From: PATTON, BILLY \(SBCSI\)
Subject: RE: order and parallelism
Date: Fri, 9 Jun 2006 08:08:54 -0500

That is what I thought.

BTW.  Today is my last day of work here.  My next job is not likely to
make use of makefiles of any complexity.

So long and thanks for all your help Paul and from everyone else.

> -----Original Message-----
> From: Paul Smith [mailto:address@hidden On Behalf Of Paul D. Smith
> Sent: Friday, June 09, 2006 8:02 AM
> To: PATTON, BILLY (SBCSI)
> Cc: address@hidden
> Subject: Re: order and parallelism
> 
> 
> %% "PATTON, BILLY \(SBCSI\)" <address@hidden> writes:
> 
>   pb> I if have a rule
>   pb> all : b c d e f g
> 
>   pb> and I've given the command make -j -l 10.0  ( a 10 cpu server )
> 
>   pb> Suppose system loading will allow 3 of these to execute at the
>   pb> same time
> 
>   pb> Will it be b c d that go first?
>   pb> Or is it random?
> 
> In this environment it will definitely be b c d that goes first.
> 
> However, it's possible that "b" will finish quickly and "e" will be
> started while "c" and "d" are still running.
> 
> Or, "c" could finish first.
> 
> So, although you know in what order things will be started, you can't
> really tell which ones will run concurrently.
> 
> -- 
> --------------------------------------------------------------
> -----------------
>  Paul D. Smith <address@hidden>          Find some GNU make tips at:
>  http://www.gnu.org                      http://make.paulandlesley.org
>  "Please remain calm...I may be mad, but I am a 
> professional." --Mad Scientist
> 




reply via email to

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