]> git.proxmox.com Git - ceph.git/blob - ceph/README.xio
bump version to 12.2.10-pve1
[ceph.git] / ceph / README.xio
1
2
3 Building
4
5 The Accelio XioMessenger is built conditionally only, when --enable-xio is
6 provided to configure.
7
8 Accelio depends on OpenFabrics verbs development headers/libraries.
9 Prior to installing the Accelio package, the following prerequisites are required:
10
11 RedHat (RHEL 6.4 and above)
12
13 yum groupinstall "Infiniband Support"
14 yum install libtool autoconf automake
15 yum install infiniband-diags perftest libibverbs-utils librdmacm-utils
16 yum install librdmacm-devel libibverbs-devel numactl numactl-devel libaio-devel libevent-devel
17
18
19 Ubuntu (Ubuntu 13.04 and above)
20
21 apt-get install libtool autoconf automake build-essential
22 apt-get install ibverbs-utils rdmacm-utils infiniband-diags perftest
23 apt-get install librdmacm-dev libibverbs-dev numactl libnuma-dev libaio-dev libevent-dev
24
25
26 MLNX_OFED
27
28 Mellanox OFED pacakage is optional and recommended
29 look for latest OFED packages at:
30 http://www.mellanox.com/page/products_dyn?product_family=26
31
32
33 If either the Accelio or OFED development environments are in non-standard locations,
34 include and library paths must be added to both CFLAGS and CXXFLAGS, in the Autotools
35 build as of 1/1/2015.
36
37 -Matt