14 строки
320 B
Plaintext
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.
|
|
|