Popularity
9.4
Declining
Activity
5.6
-
123
16
37

Monthly Downloads: 62
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Parallelism     Control     Monads    
Latest version: v0.3.5

abstract-par alternatives and similar packages

Based on the "Control" category.
Alternatively, view abstract-par alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of abstract-par or a related project?

Add another 'Control' Package

README

The Par Monad and Friends

Please read the package descriptions in './/.cabal'. If you've acquired this source package from github you should have the examples/ subdirectory. Look at examples/README.md to get started running examples.

Here are some commands you may be interested in. First, install to everything (except for GPU/CUDA-dependent packages):

git submodule update --init --recursive
make mega-install

That will install certain dependencies as well (Deques and accelerate), "make install" just installs the packages directly contained within this repo. See the Makefile for other things you can do (e.g. "make mega-install-cuda" which depends on CUDA).

Some of the individual packages have test-suites:

cd monad-par; cabal test

Or for more detailed output:

./monad-par/dist/build/test-monad-par/test-monad-par