Browse thread
More cores
[
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: | Alexy Khrabrov <deliverable@g...> |
| Subject: | Re: [Caml-list] More cores |
I've used prelude.ml to parallelize my system, and it works fine on Mac OSX. Ilmari has graciously worked with me to add versions of pmap called pmap_init to initialize per-process file descriptors, and pmap_initWithIndex to let the pieces know their IDs -- hopefully they will be rolled into the trunk once it's refactored. On Dec 19, 2008, at 5:47 PM, Richard Jones wrote: > On Fri, Dec 19, 2008 at 05:03:30PM -0500, Hezekiah M. Carty wrote: >> The prelude.ml project has some fork-based parallel functions for >> lists, arrays, strings and bigarrays: >> >> http://github.com/kig/preludeml/tree/master/prelude.ml > > Ace! Any good documentation though? I found a few things in Google, > eg: http://fhtr.blogspot.com/2008/09/preludeml-more-multicore-mandelbrot.html > http://fhtr.blogspot.com/2008/08/preludeml-some-parallel-combinators.html > But I guess some proper introductory documentation would be helpful. In fact it looks self-documenting. :) Cheers, Alexy