Browse thread
Regarding SMP computing
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Yoann Padioleau <Yoann.Padioleau@e...> |
| Subject: | Re: [Caml-list] Regarding SMP computing |
Richard Jones <rich@annexia.org> writes: > On Mon, Sep 25, 2006 at 08:13:50AM -0400, Jacques Carette wrote: >> Over on Haskell-cafe, Simon Peyton-Jones says: >> "GHC 6.6 (release candidate available) supports parallel execution on >> SMP machines. >> >> Garbage collection is not parallelised yet, something we plan to fix >> this autumn." >> >> A bit of competition is a good thing, isn't it? > > Can someone explain how/if this is better than using MPI for > parallelism? The reason I ask is that we are starting to use MPI for > real on SMP machines to process our larger datasets. I guess that with a working shared-memory SMP support, you don't pay the communication cost you have with MPI.