@hackage LogicGrowsOnTrees-MPI1.0.0.1.1
an adapter for LogicGrowsOnTrees that uses MPI
Categories
License
BSD-3-Clause
Maintainer
Gregory Crosswhite <gcrosswhite@gmail.com>
Links
Versions
Installation
Dependencies (13)
- LogicGrowsOnTrees >=1.0 && <1.2
- MonadCatchIO-transformers >=0.3 && <0.4
- base >4 && <5
- bytestring >=0.9 && <0.11
- cereal >=0.3 && <0.5
- cmdtheline >=0.2 && <0.3 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
warnings
(off by default)
Enables most warnings.
examples
(off by default)
Enable building the example executables.
tests
(off by default)
Enable building the test executables.
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.