Re: [OMPI devel] Change in btl/tcp

2008-04-21 Thread Josh Hursey
Adrian, Has there been any progress on this bug? If you still cannot reproduce it, if you send either Tim Prins or I a debugging patch we can run with it. Or we can try to arrange access to one of our machines for you. This bug is making it difficult for us to continue working off of the

Re: [OMPI devel] Change in btl/tcp

2008-04-21 Thread Adrian Knoth
On Mon, Apr 21, 2008 at 09:04:28AM -0400, Josh Hursey wrote: > Adrian, Hi! > Has there been any progress on this bug? If you still cannot reproduce > it, if you send either Tim Prins or I a debugging patch we can run > with it. Or we can try to arrange access to one of our machines for you.

[OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Ralph H Castain
I am finding that the memchecker code is again breaking the trunk, specifically on any machine that does not have valgrind installed. Apparently, memchecker now forces a requirement for valgrind? Here is what I get: --- MCA component memchecker:valgrind (m4 configuration macro) checking for MCA c

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Ralph H Castain
As an FYI for anyone similarly afflicted: The only solution I have found is to gut the file opal/mca/memchecker/valgrind/configure.m4: # MCA_memchecker_valgrind_CONFIG([action-if-found], [action-if-not-found]) # --- AC_DEFUN([MCA_memchecker_

[OMPI devel] Vprotocol build problem

2008-04-21 Thread Ralph H Castain
I am now simply trying some of our vaunted configure system's options to see what actually works, and what doesn't. Here is one that does NOT work: enable_mca_no_build=pml-v Generates the following build error: configure: error: conditional "OMPI_BUILD_vprotocol_pessimist_DSO" was never defined

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Jeff Squyres
Hmm. I do not have this problem on OS X (where I do not have Valgrind installed) as of this morning's trunk. configure correctly determines that valgrind is not present and therefore continues on: --- MCA component memchecker:valgrind (m4 configuration macro) checking for MCA component memc

Re: [OMPI devel] Vprotocol build problem

2008-04-21 Thread Jeff Squyres
This sounds like a bug in ompi/mca/pml/v/configure.m4 that should be fixed. I'll file a ticket. FYI: AM_CONDITIONAL's cannot go in MCA_pml_c_CONFIG. See ompi/mca/btl/ openib/configure.m4 for an example of how to do an AM_CONDITIONAL properly. On Apr 21, 2008, at 9:56 AM, Ralph H Castain

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Ralph H Castain
On 4/21/08 8:10 AM, "Jeff Squyres" wrote: > Hmm. I do not have this problem on OS X (where I do not have Valgrind > installed) as of this morning's trunk. configure correctly determines > that valgrind is not present and therefore continues on: > > --- MCA component memchecker:valgrind (m4

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Brian W. Barrett
On Mon, 21 Apr 2008, Ralph H Castain wrote: So it appears to be a combination of memchecker=yes automatically requiring valgrind, and the override on the configure line of a param set by a platform file not working. So I can't speak to the valgrind/memchecker issue, but can to the platform/co

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Jeff Squyres
Ah, I see what's happening. The opal/mca/memchecker/valgrind/configure.m4 file is using "want memchecker" to indicate that you want valgrind support. I think that these should be two different issues. I'll file a ticket. Additionally, for the platform file overriding the configure command

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Ralph H Castain
Thanks Brian - I had been told precisely the opposite priority rule just a few weeks ago by someone else, hence my confusion. On 4/21/08 8:48 AM, "Brian W. Barrett" wrote: > On Mon, 21 Apr 2008, Ralph H Castain wrote: > >> So it appears to be a combination of memchecker=yes automatically requi

Re: [OMPI devel] Vprotocol build problem

2008-04-21 Thread Aurélien Bouteiller
Thanks, I have been looking for a way to fix this for weeks now. I'll try the POST_CONFIGURE think asap. Aurelien Le 21 avr. 08 à 10:12, Jeff Squyres a écrit : This sounds like a bug in ompi/mca/pml/v/configure.m4 that should be fixed. I'll file a ticket. FYI: AM_CONDITIONAL's cannot go in

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Rainer Keller
Hi Jeff and Ralph, On Monday 21 April 2008 16:48, Jeff Squyres wrote: > Ah, I see what's happening. > > The opal/mca/memchecker/valgrind/configure.m4 file is using "want > memchecker" to indicate that you want valgrind support. I think that > these should be two different issues. I'll file a tick

Re: [OMPI devel] Memchecker: breaks trunk again

2008-04-21 Thread Jeff Squyres
See https://svn.open-mpi.org/trac/ompi/ticket/1276. On Apr 21, 2008, at 6:44 PM, Rainer Keller wrote: Hi Jeff and Ralph, On Monday 21 April 2008 16:48, Jeff Squyres wrote: Ah, I see what's happening. The opal/mca/memchecker/valgrind/configure.m4 file is using "want memchecker" to indicate tha