parconc-examples: Examples to accompany the book "Parallel and Concurrent Programming in Haskell"

[ bsd3, program, sample-code ] [ Propose Tags ]

Examples to accompany the book "Parallel and Concurrent Programming in Haskell"


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
llvmDisabled
devilDisabled
cudaDisabled
accelerateEnabled
distributedEnabled
network26Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.7, 0.4.8
Change log ChangeLog.md
Dependencies abstract-par (>=0.3 && <0.4), accelerate (>=0.12 && <1.3), accelerate-cuda (>=0.12 && <0.15), accelerate-io, array (>=0.4 && <0.6), async (>=2.0 && <2.3), base (>=4.5 && <4.14), binary (>=0.6.3 && <0.11), bytestring (>=0.9 && <0.12), containers (>=0.4 && <0.6), deepseq (>=1.3 && <1.5), directory (>=1.1 && <1.4), distributed-process (>=0.5 && <0.8), distributed-process-simplelocalnet (>=0.2 && <0.3), distributed-static (>=0.2 && <0.4), fclabels, filepath (>=1.3 && <1.5), ghc-prim, http-conduit (>=2.1 && <2.4), monad-par (>=0.3.4 && <0.4), network (>=2.3 && <2.9), network-uri (>=2.6 && <2.7), normaldistribution (>=1.1 && <1.2), parallel (>=3.2 && <3.3), random (>=1.0 && <1.3), repa (>=3.2 && <3.5), repa-devil (>=0.3 && <0.4), stm (>=2.4 && <2.6), template-haskell (>=2.7 && <2.16), time (>=1.4 && <1.12), transformers (>=0.3 && <0.6), utf8-string (>=0.3 && <1.1), vector (>=0.10 && <0.13), xml (>=1.3 && <1.4) [details]
License BSD-3-Clause
Copyright (c) Simon Marlow 2011-2013
Author Simon Marlow
Maintainer Simon Marlow <marlowsd@gmail.com>
Category Sample Code
Home page http://github.com/simonmar/parconc-examples
Bug tracker https://github.com/simonmar/parconc-examples/issues
Source repo head: git clone https://github.com/simonmar/parconc-examples.git
Uploaded by SimonMarlow at 2021-04-02T11:31:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables geturlsstm, bingtranslatorconc, bingtranslator, threadperf2, threadperf1, deadlock2, deadlock1, mvar4, distrib-db, distrib-chat-noslave, distrib-chat, ping-fail, ping-tc-notify, ping-tc-merge, ping-tc, ping-multi, ping, chat, server2, server, findpar5, findpar4, findpar3, findpar2, findpar, findseq, timeout2, geturls9, geturls8, geturls7, TChan, geturlsfirst, miscmodules, catch-mask2, catch-mask, timeout, chan3, modifytwo, geturlscancel2, geturlscancel, geturls6, geturls5, geturls4, geturls3, geturls2, geturls1, chan2, chan, phonebook, logger, mvar3, mvar2, mvar1, reminders2, reminders, fork, mandel, fwaccel-gpu, fwaccel, rotateimage, fwdense1, fwdense, parinfer, timetable3, timetable2, timetable1, timetable, fwsparse1, fwsparse, rsa-pipeline, parmonad, GenSamples, kmeans, rsa2, rsa1, rsa, strat3, strat2, strat, sudoku5, sudoku4, sudoku3, sudoku2, sudoku1, rpar
Downloads 20101 total (53 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-04-02 [all 2 reports]

Readme for parconc-examples-0.4.8

[back to package description]

This is the sample code to accompany the book Parallel and Concurrent Programming in Haskell (Simon Marlow, O'Reilly 2013).

To build the code on your system, you need either:

Building with Stack

stack build

will build all the executables and install them in a platform-specific subdirectory under .stack-work/install.

Building with Cabal new-build

cabal new-build

Building with Cabal

cabal sandbox init
cabal install --only-dependencies
cabal configure
cabal build