Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-05 Thread Jeff Squyres (jsquyres)
Excellent -- thank you! The real fix will be in 1.7.4. On Nov 5, 2013, at 5:42 PM, Dominique Orban wrote: > Many thanks for your patience. Patching Makefile.in did the job. I submitted > an updated formula to Homebrew. > > On 5 November, 2013 at 2:22:36 PM, Jeff Squyres (jsquyres) > (jsquy

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-05 Thread Dominique Orban
Many thanks for your patience. Patching Makefile.in did the job. I submitted an updated formula to Homebrew.  On 5 November, 2013 at 2:22:36 PM, Jeff Squyres (jsquyres) (jsquy...@cisco.com) wrote: > > On Nov 5, 2013, at 11:00 AM, Dominique Orban > wrote: > > > I'm installing in a fresh

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-05 Thread Jeff Squyres (jsquyres)
On Nov 5, 2013, at 11:00 AM, Dominique Orban wrote: > I'm installing in a fresh location and include/event2 is still there. I don't > speak configure so I may be doing something wrong. It's enough to change the > Makefile.am, isn't it? No, it may well not be sufficient. If you don't have the

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-05 Thread Dominique Orban
I'm installing in a fresh location and include/event2 is still there. I don't speak configure so I may be doing something wrong. It's enough to change the Makefile.am, isn't it? Here are my commands: $ cd /tmp/openmpi-1.7.3  # fresh download $ cp ../ompi-trunk/opal/mca/event/libevent2021/libeve

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-05 Thread Jeff Squyres (jsquyres)
On Nov 5, 2013, at 7:44 AM, Dominique Orban wrote: > Thanks for patch. Unless I'm completely confused, it is still not resolving > the issue. I downloaded Open-MPI 1.7.3 and replaced the Makefile.am with the > one obtained from a fresh svn checkout (I checked that your changes are in > there).

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-05 Thread Dominique Orban
Thanks for patch. Unless I'm completely confused, it is still not resolving the issue. I downloaded Open-MPI 1.7.3 and replaced the Makefile.am with the one obtained from a fresh svn checkout (I checked that your changes are in there). But `make install` still leaves me with an `event2` subdirec

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-04 Thread Jeff Squyres (jsquyres)
Ralph raised this internally and we fixed it -- we had an error in a Makefile.am that was accidentally installing the libevent header files when we didn't mean them to be. If you can apply this patch to your Homebrew recipe, it should fix the issue (it'll be included in 1.7.4): https://svn

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-03 Thread Ralph Castain
I'll check into it - that shouldn't be happening and is probably an error in our configure logic somewhere. On Nov 3, 2013, at 7:15 AM, Dominique Orban wrote: > Thanks for the quick reply. That doesn't seem to be it though. Homebrew only > uses the configure flags > > --prefix=... \ >

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-03 Thread Dominique Orban
Thanks for the quick reply. That doesn't seem to be it though. Homebrew only uses the configure flags --prefix=... \ --disable-dependency-tracking \ --disable-silent-rules \ --enable-ipv6 If requested, it will also add --enable-mpi-thread-multiple I just

Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-03 Thread Ralph Castain
I'm unfamiliar with Homebrew, but it sounds like they created the OMPI package --with-devel-headers for some reason. That doesn't make a lot of sense for a distribution as it is only used by OMPI developers who want access to OMPI internal functions from inside a test suite. We unfortunately ha

[OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-03 Thread Dominique Orban
Dear list, I'm a humble indirect user of Open-MPI. On OSX, my Open-MPI installation is supplied by the Homebrew package manager [1]. Another package supplied by Homebrew is libevent. I recently read on the dev list [2] a discussion about libevent having always been part of Open-MPI but being m