Browse thread
true parallelism / threads
-
Atmam Ta
- Yoann Padioleau
- Hezekiah M. Carty
- Will M. Farr
- Markus Mottl
- Gerd Stolpmann
[
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 <padator@w...> |
| Subject: | Re: [Caml-list] true parallelism / threads |
Atmam Ta <atmamta2@gmail.com> writes: > Hi, > > I am trying to evaluate ocaml for a project involving large scale numerical > calculations. We would need parallel processing, i.e. a library that > distributes jobs accross multiple processors within a machine and accross > multiple PCs. > Speed and easy programability are important. I have tried to search this issue > first, but the postings I found were usually negative and 4-5 years old. On the > other hand, I see a number of libraries in the Hump that by now might be taking > care of these things. > > My question is: is ocaml good for parallel processing / hreaded computation, > are there (mature) libraries or tools that let developers make use of multicore > and multimachine environments? MPI ... http://pauillac.inria.fr/~xleroy/software.html#ocamlmpi > Then it's quite easy to define your own helpers on top of that. Here is for example my poor's man google map-reduce in ocaml: http://aryx.kicks-ass.org/~pad/darcs/commons/distribution.ml > cheers, > Atmam > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs