@hackage mpi-hs-store0.1.0.0
MPI bindings for Haskell
Categories
License
Apache-2.0
Maintainer
Erik Schnetter <schnetter@gmail.com>
Links
Versions
- 0.1.0.0 Sat, 18 Apr 2020
Installation
Dependencies (5)
- base >=4 && <5
- bytestring
- monad-loops
- mpi-hs >=0.7.0.0
- store Show all…
Dependents (0)
mpi-hs-store
MPI bindings for Haskell
- GitHub: Source code repository
- Hackage: Haskell package and documentation
- Stackage: Stackage snapshots
- Azure
Pipelines:
Build Status
Overview
This is a companion package to
mpi-hs. Read the documentation
there.
This package mpi-hs-store provides a high-level interface based on
Data.Store in the
store package. This
is a separate package to reduce dependencies for mpi-hs. Note that
mpi-hs has a similar high-level interface based on Data.Storable
already built in.
Running the tests
There is one test case provided in tests:
stack build --test --no-run-tests
mpiexec -n 3 stack exec -- $(stack path --dist-dir)/build/mpi-test-store/mpi-test-store