summaryrefslogtreecommitdiffstats
path: root/README.xio
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
commit483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch)
treee5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /README.xio
parentInitial commit. (diff)
downloadceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.tar.xz
ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.zip
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.xio')
-rw-r--r--README.xio37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.xio b/README.xio
new file mode 100644
index 00000000..857211a9
--- /dev/null
+++ b/README.xio
@@ -0,0 +1,37 @@
+
+
+Building
+
+The Accelio XioMessenger is built conditionally only, when --enable-xio is
+provided to configure.
+
+Accelio depends on OpenFabrics verbs development headers/libraries.
+Prior to installing the Accelio package, the following prerequisites are required:
+
+RedHat (RHEL 6.4 and above)
+
+ yum groupinstall "Infiniband Support"
+ yum install libtool autoconf automake
+ yum install infiniband-diags perftest libibverbs-utils librdmacm-utils
+ yum install librdmacm-devel libibverbs-devel numactl numactl-devel libaio-devel libevent-devel
+
+
+Ubuntu (Ubuntu 13.04 and above)
+
+ apt-get install libtool autoconf automake build-essential
+ apt-get install ibverbs-utils rdmacm-utils infiniband-diags perftest
+ apt-get install librdmacm-dev libibverbs-dev numactl libnuma-dev libaio-dev libevent-dev
+
+
+MLNX_OFED
+
+ Mellanox OFED pacakage is optional and recommended
+ look for latest OFED packages at:
+ http://www.mellanox.com/page/products_dyn?product_family=26
+
+
+If either the Accelio or OFED development environments are in non-standard locations,
+include and library paths must be added to both CFLAGS and CXXFLAGS, in the Autotools
+build as of 1/1/2015.
+
+-Matt