https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git
Revision cdecc28d84eb780eebd2e0b09b5aef34feb2aca1 authored by fclement on 08 December 2006, 15:17:12 UTC, committed by fclement on 08 December 2006, 15:17:12 UTC
1 parent 7a91c6b
Raw File
Tip revision: cdecc28d84eb780eebd2e0b09b5aef34feb2aca1 authored by fclement on 08 December 2006, 15:17:12 UTC
Rm.
Tip revision: cdecc28
README
OcamlP3l Version 2.0
====================

This is the first release of the new OcamlP3l functional parallel
programming system that features the parfun and pardo constructs.

Please read the user manual in the Doc directory first.

To install OcamlP3l, see the INSTALL file in this directory.

Several examples are provided in the Examples directory.

COPYRIGHT
=========

This code is distributed under the LGPL licence, with one minor
modification, so feel free to look at it, debug it, improve it, but
remember to send us all modifications too.

Notice, though, that a major overhaul of the code is planned for the
near future, in order to accommodate the MPI communication support and
a simple mechanism to add new templates.

History of OcamlP3l:
====================

OcamlP3l Version 1.0
====================

This is the first public release of the OcamlP3l functional parallel
programming system.
back to top