https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git
Revision f7c21793c099eaf5bbc9ee73d273d76bdb0cdbe3 authored by weis on 23 January 2007, 14:15:24 UTC, committed by weis on 23 January 2007, 14:15:24 UTC
1 parent df10e3d
Raw File
Tip revision: f7c21793c099eaf5bbc9ee73d273d76bdb0cdbe3 authored by weis on 23 January 2007, 14:15:24 UTC
Build release.
Tip revision: f7c2179
README
OcamlP3l Version 2.03
=====================

This version incorporates lazy streams for the sequential implementation of
skeletons.

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 2.0
====================

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

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

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