Re: [OMPI devel] libevent socket code

2012-05-01 Thread Hjelm, Nathan T
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

Re: [OMPI devel] libevent socket code

2012-05-01 Thread Ralph Castain
> 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 >&

Re: [OMPI devel] libevent socket code

2012-05-01 Thread Jeff Squyres
[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

Re: [OMPI devel] libevent socket code

2012-05-01 Thread Hjelm, Nathan T
[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

Re: [OMPI devel] libevent socket code

2012-04-30 Thread Ralph Castain
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

Re: [OMPI devel] libevent socket code

2012-04-25 Thread Nathan Hjelm
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

Re: [OMPI devel] libevent socket code

2012-04-25 Thread Jeff Squyres
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

Re: [OMPI devel] libevent socket code

2012-04-25 Thread Ralph Castain
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

[OMPI devel] libevent socket code

2012-04-25 Thread Nathan Hjelm
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