From: Markus Mottl <markus.mottl@gmail.com>
To: Atmam Ta <atmamta2@gmail.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] true parallelism / threads
Date: Fri, 20 Feb 2009 12:35:08 -0500 [thread overview]
Message-ID: <f8560b80902200935tf317d9cmf06ebb291e7a1535@mail.gmail.com> (raw)
In-Reply-To: <167d0c900902200840n3b236bb7p411e054c49381486@mail.gmail.com>
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
next prev parent reply other threads:[~2009-02-20 17:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-20 16:40 Atmam Ta
2009-02-20 16:57 ` [Caml-list] " Yoann Padioleau
2009-02-20 16:59 ` Hezekiah M. Carty
2009-02-20 17:01 ` Will M. Farr
2009-02-20 17:35 ` Markus Mottl [this message]
2009-02-20 19:03 ` Gerd Stolpmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f8560b80902200935tf317d9cmf06ebb291e7a1535@mail.gmail.com \
--to=markus.mottl@gmail.com \
--cc=atmamta2@gmail.com \
--cc=caml-list@yquem.inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox