[Haskell-cafe] telling ghc to run several jobs in parallel

Daniel Peebles pumpkingod at gmail.com
Fri Jan 8 12:40:35 EST 2010


There is no such option yet, but there was some work recently on making GHC
more amenable to doing jobs in parallel (from what I understand there's a
global variable or two that makes it hard).

Dan

On Fri, Jan 8, 2010 at 6:33 PM, Paul Brauner <paul.brauner at loria.fr> wrote:

> Hi,
>
> I have to processors but ghc --make only uses one of them, even if some
> files could be compiled in parallel. Is there some option similar to the
> -j one of the make tool ? (I read the manual but didn't find it)
>
> Regards,
>  Paul
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100108/c699df06/attachment.html


More information about the Haskell-Cafe mailing list