runhaskell a parallel program

Neil Mitchell ndmitchell at gmail.com
Thu May 7 10:07:32 EDT 2009


Hi Bulat,

> Neil, you can implement it by yourself - convert -j3 in cmdline to
> +RTS -N3 -RTS and run program itself. alternatively, you can use
> defaultsHook() although i'm not sure that it can change number of
> Capabilities

Can I run a program itself? getProgName doesn't give me enough to
invoke myself (unfortunately)

I don't want to write any C - that's just more hassle than a shell
script wrapping the command.

Thanks

Neil


More information about the Glasgow-haskell-users mailing list