Skip to content

simonmar/monad-par

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2023
Mar 21, 2022
Jun 27, 2013
Oct 2, 2023
Feb 21, 2013
Mar 21, 2022
Oct 2, 2023
Nov 29, 2023
Jan 14, 2013
Oct 2, 2023
Sep 16, 2013
Oct 24, 2014
Sep 16, 2013
Oct 6, 2012
Oct 2, 2023
Oct 2, 2023
May 10, 2013

Repository files navigation

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