I'm using OFED1.4 with 1.6. I only needed to source ofed_patch.my in while 
running the configure script.

This is the patch I'm using:

--- /tmp/lustre-1.6.4.3/configure       2008-02-18 22:32:16.000000000 -0500
+++ configure   2008-10-30 11:59:19.000000000 -0400
@@ -6616,7 +6616,10 @@
    { (exit 1); exit 1; }; };;
        esac
 else
-       O2IBCPPFLAGS="-I$O2IBPATH/include"
+    if test -f ${O2IBPATH}/ofed_patch.mk; then
+        source ${O2IBPATH}/ofed_patch.mk
+    fi
+       O2IBCPPFLAGS="$BACKPORT_INCLUDES -I$O2IBPATH/include"
        EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
        EXTRA_KCFLAGS="$EXTRA_KCFLAGS $O2IBCPPFLAGS"
        EXTRA_LNET_INCLUDE="$O2IBCPPFLAGS $EXTRA_LNET_INCLUDE"

Julien

> -----Original Message-----
> From: [email protected] [mailto:lustre-discuss-
> [email protected]] On Behalf Of Brian J. Murrell
> Sent: Tuesday, January 20, 2009 10:12 AM
> To: [email protected]
> Subject: Re: [Lustre-discuss] OFED 1.4
>
> On Tue, 2009-01-20 at 12:04 +0100, cedric milesi wrote:
> > Hi there,
> >         Just as a follow up: any idea when  this is going to work
> > (since 1.6.6 is stilkl not compiling with OFED 1.4)?
>
> I just finished building a complete lustre/ofed 1.4 suite on b1_8.  I
> have not tested it yet mind you, but it did build completely (with a
> small patch).  I'd be surprised if b1_6 has any significant differences
> such that it would not build.  Perhaps I will give that a try.
>
> b.


IMPORTANT: The information contained in this email and/or its attachments is 
confidential. If you are not the intended recipient, please notify the sender 
immediately by reply and immediately delete this message and all its 
attachments. Any review, use, reproduction, disclosure or dissemination of this 
message or any attachment by an unintended recipient is strictly prohibited. 
Neither this message nor any attachment is intended as or should be construed 
as an offer, solicitation or recommendation to buy or sell any security or 
other financial instrument. Neither the sender, his or her employer nor any of 
their respective affiliates makes any warranties as to the completeness or 
accuracy of any of the information contained herein or that this message or any 
of its attachments is free of viruses.
_______________________________________________
Lustre-discuss mailing list
[email protected]
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to