Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Created March 6, 2014 14:05
Show Gist options
  • Save hiroyuki-sato/9390406 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/9390406 to your computer and use it in GitHub Desktop.
How to install pib on CentOS6.5
yum install -y libibverbs-devel libibverbs-utils librdmacm librdmacm-utils librdmacm-devel infiniband-diags opensm perftest

rpm -ivh http://www.nminoru.jp/%7Enminoru/network/infiniband/src/libpib-0.0.6-1.el6.x86_64.rpm

cd ~
git clone https://github.com/nminoru/pib.git
cd pib/driver
make
/sbin/service rdma start
insmod pib.ko
/sbin/service opensm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment