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.
- Host: GitHub
- URL: https://github.com/haskell-distributed/network-transport-cci
- Owner: haskell-distributed
- License: other
- Created: 2014-01-31T19:31:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T16:00:33.000Z (over 12 years ago)
- Last Synced: 2025-01-08T16:24:06.007Z (over 1 year ago)
- Language: Haskell
- Size: 367 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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