diff --git a/README.osd b/README.osd index c041258..bba3f9d 100644 --- a/README.osd +++ b/README.osd @@ -10,7 +10,7 @@ Note that the copyright on the OSD modifications is GPLv2 while the rest of PVFS is distributed under LGPLv2. This is to be consistent with the rest of the OSC OSD software distribution which is also GPLv2. -Copyright (C) 2007 OSD Team +Copyright (C) 2007-8 OSD Team Copyright (C) 2007 Pete Wyckoff Initial import from pvfs CVS on 5 feb 07 20:47:00 EST. @@ -24,8 +24,8 @@ 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 --without-bmi-tcp +Or, with IB, but shared libs will not work: + CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-static --disable-shared --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp To build kernel module, add: --with-kernel=/usr/src/linux