edenmodules-1.2.0.0: Semi-explicit parallel programming library

Copyright(c) Philipps Universitaet Marburg 2005-2010
LicenseBSD-style (see the file LICENSE)
Maintainereden@mathematik.uni-marburg.de
Stabilitybeta
Portabilitynot portable
Safe HaskellNone
LanguageHaskell98

Control.Parallel.Eden.ParPrimConcHs

Description

Provides primitive functions for explicit distributed functional programming. This version: simulates primitives by Concurrent Haskell (can serve as specification of primitives semantics)

Depends on GHC.

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 

simInitPes :: Int -> IO ()