haskell-mpi icon indicating copy to clipboard operation
haskell-mpi copied to clipboard

MPI bindings for Haskell

Results 4 haskell-mpi issues
Sort by recently updated
recently updated
newest added

I'm not sure if this belongs here or in c2hs. ``` $ cabal install --extra-include-dirs=/usr/lib/openmpi/include --extra-lib-dirs=/usr/lib/openmpi/lib haskell-mpi Resolving dependencies... Configuring haskell-mpi-1.4.0... Building haskell-mpi-1.4.0... Failed to install haskell-mpi-1.4.0 Build log (...

$ sudo cabal install --extra-include-dirs=/users/ocramz/petsc-3.5.3/include/mpiuni/ --extra-include-dirs=/Users/ocramz/petsc-3.5.3/include/ --extra-lib-dirs=/users/ocramz/petsc-3.5.3/arch-darwin-c-debug/externalpackages/mpich-3.1/ -fmpich14 Resolving dependencies... Notice: installing into a sandbox located at /Users/ocramz/Haskell/haskell-mpi/haskell-mpi-1.4.0/.cabal-sandbox Configuring haskell-mpi-1.4.0... Building haskell-mpi-1.4.0... Failed to install haskell-mpi-1.4.0 Build log ( /Users/ocramz/Haskell/haskell-mpi/haskell-mpi-1.4.0/.cabal-sandbox/logs/haskell-mpi-1.4.0.log...

It was observed on a Reddit thread that haskell-mpi has become build dependent on mpich2 or OpenMPI: http://www.reddit.com/r/haskell/comments/1amua2/using_haskellmpi_as_language_agnostic_ipc/ In the .cabal file we have: if flag(mpich14) extra-libraries: mpich, opa, mpl...

This is a bit of a convenience issue: there is currently no documentation available on the [Hackage website](https://hackage.haskell.org/package/haskell-mpi) for any of the versions. Would it be possible to upload the...