An open API service indexing awesome lists of open source software.

https://github.com/haskell-distributed/network-transport-cci

Implementation of network-transport interface based on CCI.
https://github.com/haskell-distributed/network-transport-cci

Last synced: 8 months ago
JSON representation

Implementation of network-transport interface based on CCI.

Awesome Lists containing this project

README

          

network-transport-cci
=====================

This project adds support for many new high performance network
interconnects, such as Infiniband, to Cloud Haskell. This is done via
binding to CCI, a simple and portable API unifying the programming
models for many network interconnects.

Setup
-----

This package can be installed with the following command:

$ cabal install

Note that the `cci` package is a dependency of this package. It must
be installed first, either from the [source repository][haskell-cci]
or from Hackage.

[haskell-cci]: http://github.com/ps-labs/haskell-cci