edenmodules-1.1.0.1: Semi-explicit parallel programming library

Portabilitynot portable
Stabilitybeta
Maintainereden@mathematik.uni-marburg.de
Safe HaskellNone

Control.Parallel.Eden.ParPrim

Description

Provides primitive functions for explicit distributed functional programming. Base module, importing PrimOps => exporting IO actions

Depends on GHC. Using standard GHC, you will get a threaded simulation of the parallel primitives. Use the special GHC-Eden compiler from http://www.mathematik.uni-marburg.de/~eden for parallel execution with distributed heaps.

Eden Group Marburg ( http://www.mathematik.uni-marburg.de/~eden )

Documentation

data ChanName' a

Instances

fork :: IO () -> IO ()

createC :: IO (ChanName' a, a)

sendData :: Mode -> a -> IO ()

data Mode

Constructors

Connect 
Data 
Stream 
Instantiate Int