SMP and Make

2004-10-04 Thread Tim B
what are the best options to use when building SpamAssassin on an SMP 
system?  and during which step do I use those switches?




Re: SMP and Make

2004-10-04 Thread Theo Van Dinter
On Mon, Oct 04, 2004 at 05:24:02PM -0400, Tim B wrote:
 what are the best options to use when building SpamAssassin on an SMP 
 system?  and during which step do I use those switches?

You don't really get any benefit out of the -j switch in our make.
There's only 1 thing which gets compiled, and a handful of file/copy
commands.

But make -j 2 (or whatever number) will do it.

-- 
Randomly Generated Tagline:
Closed eyes are not always sleeping.


pgpnNegTJrvXW.pgp
Description: PGP signature


Re: SMP and Make

2004-10-04 Thread Tim B
Theo Van Dinter wrote:
On Mon, Oct 04, 2004 at 05:24:02PM -0400, Tim B wrote:
what are the best options to use when building SpamAssassin on an SMP 
system?  and during which step do I use those switches?

You don't really get any benefit out of the -j switch in our make.
There's only 1 thing which gets compiled, and a handful of file/copy
commands.
But make -j 2 (or whatever number) will do it.
Thanks  I won't sweat it then, was just looking to make the most out of 
a nice shiny new 4way server