@hackage / edenskel

Semi-explicit parallel programming skeleton library

Latest2.1.0.0

About

Metadata

  • Last updated , by MischaDieterle
  • License BSD-3-Clause
  • Categories Distributed Systems & Computation, Parallelism
  • Maintained by: eden@mathematik.uni-marburg.de

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    par (on by default)

    Enable parallel support

Readme

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.