Re: cook question: How to make cook use all cores
David Brown <[email protected]>
| Newsgroups | gmane.comp.version-control.aegis.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Nov 14, 2010 at 02:28:43PM +0100, Walter Franzini wrote: >Aryeh Friedman <[email protected]> writes: > >> What is the best way to get cook to use all the CPU cores available >> when it is safe to do so? > >If you are running Linux something like > >cook -parallel `grep -c processor /proc/cpuinfo` cook -parallel `grep -c '^cpu[0-9]' /proc/stat` will work even on non-x86 processors. David