@hackage hdph-closure0.0.1
Explicit closures in Haskell distributed parallel Haskell
Categories
License
BSD-3-Clause
Maintainer
Patrick Maier <C.Patrick.Maier@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.0.1 Thu, 7 Feb 2013
Installation
Dependencies (7)
- array >=0.1 && <0.5
- base >=4 && <5
- bytestring >=0.10 && <0.11
- cereal >=0.3.3 && <0.4
- containers >=0.1 && <0.6
- deepseq >=1.1 && <2 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/hdph
The Explicit Closures of Haskell Distributed Parallel Haskell
Haskell distributed parallel Haskell (HdpH) is a Haskell DSL for parallel computation on distributed-memory architectures. HdpH is implemented entirely in Haskell but does make use of a few GHC extensions, most notably TemplateHaskell.
HpdH uses explicit closures to communicate serialised thunks across the network. This package exports the fully polymorphic explicit closure representation of HdpH, for use by HdpH or other packages.
HdpH, including the explicit closure representation, is described in some detail in the paper Implementing a High-level Distributed-Memory Parallel Haskell in Haskell.
This release is considered alpha stage.
Building HdpH explicit closure support
Should be straightforward from the cabalised package hdph-closure.
References
-
Patrick Maier, Phil Trinder. Implementing a High-level Distributed-Memory Parallel Haskell in Haskell. Proc. 2011 Symposium on Implementation and Application of Functional Languages (IFL 2011), Springer LNCS 7257, pp. 35-50.
-
HdpH development repository on github.