14 строки
324 B
Plaintext
14 строки
324 B
Plaintext
This README is for userspace RDMA fabric library.
|
|
|
|
Version Libfabric v1.0.0-rc1
|
|
Released on 2015-02-03
|
|
|
|
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.
|
|
|