Not that I can find.
-Nathan
From: devel-boun...@open-mpi.org [devel-boun...@open-mpi.org] on behalf of Jeff
Squyres [jsquy...@cisco.com]
Sent: Tuesday, May 01, 2012 7:29 AM
To: Open MPI Developers
Subject: Re: [OMPI devel] libevent socket code
Is there
> probably never will). The other two may be a little trickier to fix.
>>
>> -Nathan
>>
>> Excuse the terribly reply format. OWA sucks.
>> ____
>> From: devel-boun...@open-mpi.org [devel-boun...@open-mpi.org] on behalf of
>&
[devel-boun...@open-mpi.org] on behalf of
> Ralph Castain [r...@open-mpi.org]
> Sent: Monday, April 30, 2012 2:55 PM
> To: Open MPI Developers
> Subject: Re: [OMPI devel] libevent socket code
>
> Can you send me a copy of the warnings, or tell me which machine at LANL is
[devel-boun...@open-mpi.org] on behalf of
Ralph Castain [r...@open-mpi.org]
Sent: Monday, April 30, 2012 2:55 PM
To: Open MPI Developers
Subject: Re: [OMPI devel] libevent socket code
Can you send me a copy of the warnings, or tell me which machine at LANL is
generating them? I'm working on
Can you send me a copy of the warnings, or tell me which machine at LANL is
generating them? I'm working on libevent now (found a bug they are helping
with) and can take a look at it.
On Apr 25, 2012, at 11:05 AM, Nathan Hjelm wrote:
> Let me take a look. The code in question is in evutil.c an
Let me take a look. The code in question is in evutil.c and bufferevent_sock.c
. If there is no option we might be able to get away with just removing these
files from the Makefile.am.
-Nathan
On Wed, 25 Apr 2012, Jeff Squyres wrote:
On Apr 25, 2012, at 12:50 PM, Ralph Castain wrote:
Can't
On Apr 25, 2012, at 12:50 PM, Ralph Castain wrote:
> Can't it be done with configuring --without-libevent-sockets or some such
> thing? I really hate munging the code directly as it creates lots of support
> issues and makes it harder to upgrade.
If there's a libevent configure option we should
Can't it be done with configuring --without-libevent-sockets or some such
thing? I really hate munging the code directly as it creates lots of support
issues and makes it harder to upgrade.
On Apr 25, 2012, at 10:45 AM, Nathan Hjelm wrote:
> Anyone object if I #if 0 out all the socket code in
Anyone object if I #if 0 out all the socket code in libevent. We see lots of
static compilation warnings because of that code and nothing in openmpi uses it.
-Nathan