From: Jeff Squyres (jsquyres_at_[hidden])
Date: 2007-05-12 08:31:38


On May 12, 2007, at 8:25 AM, Rob wrote:

> > This specific problem may be due to a bug that Brian just found/
> fixed
> > in the configure script last night (due to a bug report from Paul
> Van
> > Allsburg). Could you try any nightly trunk tarball after r14600 (the
> > fix hasn't made its way over to the 1.2 release branch yet; I assume
> > it will soon)?
>
> I got the nightly built tarball from version 1.3a1r14639, but now
> the make
> ends with:

Woo hoo! You got significantly farther along than you did last time.

> libtool: compile: /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -
> I../../../../opal/include -I../../../../orte/include -I../../../../
> ompi/include -DPKGDATADIR=\"/opt/openmpi/share/openmpi\" -
> I../../../.. -O3 -DNDEBUG -mfp-trap-mode=su -finline-functions -fno-
> strict-aliasing -pthread -MT btl_openib_component.lo -MD -MP -
> MF .deps/btl_openib_component.Tpo -c btl_openib_component.c -fPIC -
> DPIC -o .libs/btl_openib_component.o
> btl_openib_component.c: In function 'btl_openib_async_thread':
> btl_openib_component.c:1203: error: 'IBV_EVENT_CLIENT_REREGISTER'
> undeclared (first use in this function)

This stuff was just added the other day (remember: trunk = active
development). I suspect that this is using an OpenFabrics interface
that was not always available.

What version of OFED do you have installed, 1.0? We can probably add
a proper configure test for IBV_EVENT_CLIENT_REREGISTER and protect
those sections of the code for OFED installations that do not have it.

-- 
Jeff Squyres
Cisco Systems