LogicGrowsOnTrees-MPI: an adapter for LogicGrowsOnTrees that uses MPI
IF YOU ARE READING THIS ON HACKAGE then click here to browse the package reference documentation. (The package unfortunately cannot be built on the Hackage server because MPI is not installed on it.)
This package provides a adapter for the LogicGrowsOnTrees package that uses MPI for parallelism. See the module documentation for more details.
NOTE: You need to have an MPI implementation installed to use the package;
no thread support is required, and it only uses very simple
functionality so MPI 1.0 or 1.1 should suffice. Also, mpi.h
needs
to be in the include path and a library named mpi
(libmpi
in
unix) in the library path; if these files are not in their respective
paths, you can add their directories to their respective search paths
for this package by using Cabal's respective
--extra-include-dirs=...
and --extra-lib-dirs=...
options.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
warnings | Enables most warnings. | Disabled |
examples | Enable building the example executables. | Disabled |
tests | Enable building the test executables. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- LogicGrowsOnTrees-MPI-1.0.0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.0, 1.0.0.1, 1.0.0.1.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>4 && <5), bytestring (>=0.9 && <0.11), cereal (>=0.3 && <0.5), cmdtheline (>=0.2 && <0.3), containers (>=0.4 && <0.6), data-ivar (>=0.30 && <1.0), derive (>=2.5.9 && <2.6), hslogger (>=1.2 && <1.3), hslogger-template (>=2.0 && <2.1), LogicGrowsOnTrees (>=1.0 && <1.2), LogicGrowsOnTrees-MPI, MonadCatchIO-transformers (>=0.3 && <0.4), stm (>=2.3 && <2.5), transformers (>=0.2 && <0.4) [details] |
License | BSD-3-Clause |
Author | Gregory Crosswhite |
Maintainer | Gregory Crosswhite <gcrosswhite@gmail.com> |
Category | Control, Distributed Computing, Logic, Parallelism |
Bug tracker | https://github.com/gcross/LogicGrowsOnTrees-MPI/issues |
Source repo | head: git clone git://github.com/gcross/LogicGrowsOnTrees-MPI.git this: git clone git://github.com/gcross/LogicGrowsOnTrees-MPI.git(tag 1.0.0.1.1) |
Uploaded | by GregoryCrosswhite at 2014-03-09T04:31:33Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | test-nqueens, test-trivial, count-all-trivial-tree-leavesl |
Downloads | 2806 total (10 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-10-25 [all 10 reports] |