Re: [linux-audio-user] SMP question

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] SMP question
From: Charles G Waldman (cgw_AT_alum.mit.edu)
Date: Tue Feb 12 2002 - 21:51:35 EET


Chuck Busby writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> I believe if you create an alias make=make -j3 then compile you will see smp
> advantages. Perhaps not in all software, tho

If you have 2 processors, "make -j 2" will speed up compiles by
telling make to spawn 2 compile jobs at a time, instead of just 1.
This will speed up compilation time, but won't change the way the
compiled program runs.

Using a "-j" value greater than the number of processors available
just tends to slow things down. (Causes unneeded context switches)


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Feb 12 2002 - 21:38:48 EET