So now we're in good shape, at least for compiling. IB and TCP seem to work, 
but SM deadlock.

  george.

On Oct 25, 2010, at 14:33 , Jeff Squyres wrote:

> I was literally just about to commit that (i.e., when I ran "svn up" before 
> committing 23937 and 23938, it merged your change exactly on top of mine).  
> :-)
> 
> With the changes from 936, 937, and 938, I am able to "make distcheck" 
> successfully (and therefore also VPATH build properly).
> 
> 
> 
> On Oct 25, 2010, at 2:29 PM, bosi...@osl.iu.edu wrote:
> 
>> Author: bosilca
>> Date: 2010-10-25 14:29:52 EDT (Mon, 25 Oct 2010)
>> New Revision: 23936
>> URL: https://svn.open-mpi.org/trac/ompi/changeset/23936
>> 
>> Log:
>> event-config.h only exists in the builddir, so we need to explicitly
>> include it while building.
>> 
>> Text files modified: 
>>  trunk/opal/mca/event/libevent207/Makefile.am |     2 +-                     
>>                  
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> Modified: trunk/opal/mca/event/libevent207/Makefile.am
>> ==============================================================================
>> --- trunk/opal/mca/event/libevent207/Makefile.am     (original)
>> +++ trunk/opal/mca/event/libevent207/Makefile.am     2010-10-25 14:29:52 EDT 
>> (Mon, 25 Oct 2010)
>> @@ -7,7 +7,7 @@
>> # $HEADER$
>> #
>> 
>> -AM_CPPFLAGS = -I$(srcdir)/libevent -I$(srcdir)/libevent/include
>> +AM_CPPFLAGS = -I$(srcdir)/libevent -I$(srcdir)/libevent/include 
>> -I$(builddir)/libevent/include
>> 
>> SUBDIRS = libevent
>> 
>> _______________________________________________
>> svn-full mailing list
>> svn-f...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/svn-full
> 
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to:
> http://www.cisco.com/web/about/doing_business/legal/cri/
> 
> 
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel


Reply via email to