Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] Ocamlp3l

2 views
Skip to first unread message

skaller

unread,
Oct 27, 2006, 9:36:39 PM10/27/06
to caml...@inria.fr
Does any one here know about Ocamlp3l:

http://www.pps.jussieu.fr/~dicosmo/ocamlp3l/

and like to give a brief synopsis and roadmap?

--
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

_______________________________________________
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

Frédéric Gava

unread,
Nov 4, 2006, 7:09:41 PM11/4/06
to skaller
Hi,

> Does any one here know about Ocamlp3l:

OCamlP3L is a library for OCaml for parallel skeleton programming (P3L
skeletons). A parallel skeleton (also know as algorithm skeleton) is a
"function" that could be implemented in parallel (the goal is to have a good
set of such function : "easy" to be implemented and efficient and can
express many parallel problems).

For example, List.map. The list could be distributed on the processors and
Map could be apply in parallel (if there are no side effects).

You should read the papers of Roberto Di Cosmo (for example in the revue
"parallel programming") about OCamlP3L and go to this web page (of Murray
Cole, the "father" of parallel skeletons) about skeleton programming

http://homepages.inf.ed.ac.uk/mic/Skeletons/index.html

Frédéric Gava

0 new messages