Re: [OMPI devel] Libevent update

2010-09-18 Thread Ralph Castain
Hold off on this a little. I discovered a problem with the stupid build system again that is causing libevent to try and install when it shouldn't. Afraid I'll have to wait for help from the "build guru" when he returns. I'll update you when the build system allows us to continue. Ralph On Sep

[OMPI devel] Libevent update

2010-09-18 Thread Ralph Castain
Hi all As mentioned on the telecons and in prior mails, I have been working on updating the event library to libevent 2.0. While doing so, I have significantly simplified the integration so that we can perform such updates much quicker/easier in the future. Basically, it now requires simply unp

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-18 Thread Jeff Squyres
On Sep 18, 2010, at 4:54 PM, Ralph Castain wrote: > Good point - nothing secret about it! Yes, nothing secret, but it's kinda deep in our ompi_mca.m4 file. I'm not quite sure why Brian removed the AS_IF clause when we did the changes; I don't know if he had a deep reason for it or not. But it

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-18 Thread Ralph Castain
On Sep 18, 2010, at 8:46 AM, Ralf Wildenhues wrote: > Hi Jeff, > > * Jeff Squyres wrote on Sat, Sep 18, 2010 at 01:39:44PM CEST: >> On Sep 18, 2010, at 10:03 AM, Jeff Squyres wrote: >> >>> So it's still on my list to go back and figure out what changed >>> (i.e., it didn't complain about valgri

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-18 Thread Ralf Wildenhues
Hi Jeff, * Jeff Squyres wrote on Sat, Sep 18, 2010 at 01:39:44PM CEST: > On Sep 18, 2010, at 10:03 AM, Jeff Squyres wrote: > > > So it's still on my list to go back and figure out what changed > > (i.e., it didn't complain about valgrind's version before this -- so > > something must have changed

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-18 Thread Jeff Squyres
On Sep 18, 2010, at 10:03 AM, Jeff Squyres wrote: > So it's still on my list to go back and figure out what changed (i.e., it > didn't complain about valgrind's version before this -- so something must > have changed. We don't use --without-valgrind when configuring, so I'm not > sure why it s

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-18 Thread Jeff Squyres
On Sep 18, 2010, at 9:19 AM, Ralph Castain wrote: > Ha! I did that earlier too, but then realized that this error happens only > when someone specifies they want-valigrind. I believe the issue here has been > discussed before - if someone says "give me valgrind support", then we should > error

Re: [OMPI devel] Autogen improvements: ready for blast off

2010-09-18 Thread Jeff Squyres
I made autogen.pl take care of removing stale generated-m4 files automatically, so no one should need to manually rm any .m4 files. Just running autogen.pl should be sufficient. Additionally, making nightly tarballs was accidental collateral damage. I'm working on fixing this; I think I'm pre

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-18 Thread Ralph Castain
Ha! I did that earlier too, but then realized that this error happens only when someone specifies they want-valigrind. I believe the issue here has been discussed before - if someone says "give me valgrind support", then we should error out if the required level isn't available. yes? You must