[Haskell-beginners] cabal -j

Brandon Allbery allbery.b at gmail.com
Sun May 5 16:35:12 CEST 2013


On Sun, May 5, 2013 at 9:44 AM, harry <voldermort at hotmail.com> wrote:

> I've noticed that cabal install now has a -j option for parallel builds,
> and
> has to be told how many builds to run in parallel. This seems strange -
> most
> parallel capable systems run in parallel by default, with one
> process/thread
> per core. Why is cabal different?
>

Not that different; make doesn't run parallel by default either (see make
-j).

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130505/3aa72a1e/attachment.htm>


More information about the Beginners mailing list