[Haskell-beginners] Performance of parallel mergesort

Antoine Latter aslatter at gmail.com
Wed Dec 23 19:23:06 EST 2009


On Thu, Dec 24, 2009 at 12:22 AM, Antoine Latter <aslatter at gmail.com> wrote:
> On Thu, Dec 24, 2009 at 12:16 AM, Antoine Latter <aslatter at gmail.com> wrote:
>> Hi Jon,
>>
>> You're more likely to get a useful response over on the
>> glasgow-haskell-users mailing list, as it looks like this is a GHC
>> specific bug: http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
>>
>> Running this at -N6 doesn't want to complete for me, so I'm not sure
>> if it would segfault. I'm on a 64-bit Intel Mac OS X using GHC 6.12,
>> dual core.
>>
>> With such a small example as this your best bet would be to file a bug report:
>>
>> http://hackage.haskell.org/trac/ghc/
>>
>> You'll need to use the login guest/guest to file a new ticket.
>>
>> Antoine
>>
>
> Here's a paste-bin link for the code in question:
> http://hpaste.org/fastcgi/hpaste.fcgi/view?id=14871#a14871
>

-N6 finally completed. I'm using GHC 6.12 on Inter, dual-core
mac-book. I'm not sure how comparable my setup is to what you tried.

Antoine


More information about the Beginners mailing list