Popularity
1.6
Declining
Activity
0.0
Stable
0
3
0

Monthly Downloads: 12
Programming language: Haskell
License: Apache License 2.0
Tags: Distributed Computing     Mpi    
Latest version: v0.1.0.0

mpi-hs-cereal alternatives and similar packages

Based on the "mpi" category.
Alternatively, view mpi-hs-cereal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mpi-hs-cereal or a related project?

Add another 'mpi' Package

README

mpi-hs-cereal

MPI bindings for Haskell

Overview

This is a companion package to mpi-hs. Read the documentation there.

This package mpi-hs-cereal provides a high-level interface based on Data.Serialize in the cereal 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-cereal/mpi-test-cereal