Parallel GHC on Altix?

Chad Scherrer chad.scherrer at gmail.com
Fri May 5 14:59:31 EDT 2006


Hi,

I'd like to get more involved in parallel programming in Haskell, and I have
access to an SGI Altix machine (a shared-memory multiprocessor). Can someone
tell me, if I download a 64-bit GHC 6.5 snapshot, to what extent will
parallelism "just work"? Specifically, I'm interested in
* parallel evaluation strategies
* nested data parallelism
* forkIO, MVar's, and STM

My understanding is that for the 32-bit version, this all works in parallel,
but GC is sequential. Is that still the case? Is the 64-bit version in the
same state?

Finally, is there an estimated date for when 6.6 will be available? I'm
happy to experiment with snapshots, but most admins around here are much
more comfortable installing an official release of some sort.

Thanks!

--

Chad Scherrer

"Time flies like an arrow; fruit flies like a banana" -- Groucho Marx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org//pipermail/glasgow-haskell-users/attachments/20060505/32234d22/attachment.htm


More information about the Glasgow-haskell-users mailing list