From e2387f85210f2923b6bd19d2426aec48d04120c3 Mon Sep 17 00:00:00 2001 From: Nawab Ali Date: Fri, 15 Feb 2008 11:32:16 -0500 Subject: [PATCH] configure PVFS with IB instead of TCP. --- README.osd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.osd b/README.osd index 161c264..5e5941c 100644 --- a/README.osd +++ b/README.osd @@ -24,6 +24,9 @@ To configure: Or, with optimization: CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install +Or, with IB: + CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --with-openib-includes=/usr/local/openib-iser/include/ --with-openib-libs=/usr/local/openib-iser/lib/ --without-bmi-tcp + To build kernel module, add: --with-kernel=/usr/src/linux