Logo: lash (lambda hash)
 
  Main  
 

Importing Eden Constructs

A program which uses Eden features must import one of the Eden modules (in package edenmodules).
For parallel programs on the GHC-Eden compiler and programs running the threaded simulation of the parallel primitives on standard-GHC use the module:
import Control.Parallel.Eden
If you want to use the threaded simulation with the GHC-Eden compiler, then:
import Control.Parallel.Eden.EdenConcHs
These modules import other internal modules.

Importing Skeleton Library

If you want to use some predefined skeletons then download and install our skeleton library and import a skeleton module such as the map skeleton or divide-and-conquer skeleton module:
import Control.Parallel.Eden.EdenSkel.MapSkels
import Control.Parallel.Eden.EdenSkel.DCSkels
 
 
Philipps-Universität Marburg

Eden - Parallel Functional Programming. E-Mail
Fb. 12 - Mathematik und Informatik, Hans-Meerwein-Straße, D-35032 Marburg

This page: http://www.mathematik.uni-marburg.de/~eden

Last change: 14/06/12