@hackage edenskel2.1.0.0
Semi-explicit parallel programming skeleton library
Categories
License
BSD-3-Clause
Maintainer
eden@mathematik.uni-marburg.de
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- edenmodules >=1.2.0.0 && <2
- parallel >=3.1 && <4 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
par
(on by default)
Enable parallel support
This package provides a skeleton library for semi-explicit parallel programming with Eden. Eden and the skeleton library depend on GHC, and should normally use a GHC extension to support parallel execution using message passing. This modified GHC-Eden compiler is available from the Eden homepage. When built using a standard GHC, this package will use a threaded simulation of Eden. The Eden homepage provides more documentation and a tutorial.