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: | Markus Mottl <markus.mottl@g...> |
| Subject: | Re: [Caml-list] true parallelism / threads |
2009/2/20 Atmam Ta <atmamta2@gmail.com>: > 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? For heavy-duty linear algebra you might want to use Lacaml: http://ocaml.info/home/ocaml_sources.html#lacaml It interfaces almost all functions in BLAS and LAPACK and allows executing multiple computations in several threads in parallel on multi-core machines. If you combine this with some tool for distributed computation (e.g. MPI-based, etc.), you should get what you need. Regards, Markus -- Markus Mottl http://www.ocaml.info markus.mottl@gmail.com