1
1
Jeff Squyres 7d5755f62b libfabric: update to ofiwg/libfabric@b3f7af4c67
Pull down a new embedded copy of libfabric from
https://github.com/ofiwg/libfabric.
2015-01-24 05:48:48 -08:00

14 строки
320 B
Plaintext

This README is for userspace RDMA fabric library.
Version Libfabric v0.0.2
Released on 2015-01-24
Building
========
To make this directory, run:
./autogen.sh && ./configure && make && make install
Typically the autogen and configure steps only need be done the first
time unless configure.ac or Makefile.am changes.