Re: [OMPI devel] Mercurial demo OMPI repository

2008-04-29 Thread Ralph Castain
And if you're looking for my stuff, it's at: http://www.open-mpi.org/hg/hgwebdir.cgi/rhc/hg/ Ralph On 4/28/08 8:58 PM, "Jeff Squyres" wrote: > I believe that the correct URL should not have an extra "/hg/" in > there after /jsquyres/ > > > > On Apr 28, 2008, at 9:37 PM, Josh Hursey wrote:

Re: [OMPI devel] Mercurial demo OMPI repository

2008-04-29 Thread Josh Hursey
Yay. Looks like that is working. Thanks, Josh On Apr 29, 2008, at 6:21 AM, Ralph Castain wrote: And if you're looking for my stuff, it's at: http://www.open-mpi.org/hg/hgwebdir.cgi/rhc/hg/ Ralph On 4/28/08 8:58 PM, "Jeff Squyres" wrote: I believe that the correct URL should not have an

Re: [OMPI devel] Mercurial demo OMPI repository

2008-04-29 Thread Pak Lui
I just ran into the same problem as Josh did. I had to take out 'hg' from Ralph's hg trunk. Otherwise hg clone wouldn't take it. http://www.open-mpi.org/hg/hgwebdir.cgi/rhc/trunk Josh Hursey wrote: Yay. Looks like that is working. Thanks, Josh On Apr 29, 2008, at 6:21 AM, Ralph Castain wrote

[OMPI devel] forgetting to run ./autogen.sh should not be fatal

2008-04-29 Thread Ralf Wildenhues
Hello, I just forgot to run ./autogen.sh after svn update. It caused aclocal to warn about missing libtool macros, and automake to fail later. The following change to Makefile.am fixes this by allowing aclocal to find config/libtool.m4 and the other libtool macro files. The ompi_functions.m4 ch

[OMPI devel] [RFC] mca_base_select()

2008-04-29 Thread Josh Hursey
What: Add mca_base_select() and adjust frameworks & components to use it. Why: Consolidation of code for general goodness. Where: https://svn.open-mpi.org/svn/ompi/tmp-public/jjh-mca-play When: Code ready now. Documentation ready soon. Timeout: May 6, 2008 (After teleconf) [1 week] Discussi

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
hey all, I was just configuring MTT to run some multihost tests on FreeBSD 7 and I came across this same error you guys were, using the openmpi-1.3a1r18325.tar.gz trunk nightly tarball : kqueue.c:165: error: implicit declaration of function 'openpty' However, this error seems to only come up if

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
hey all, I was just configuring MTT to run some multihost tests on FreeBSD 7 and I came across this same error you guys were, using the openmpi-1.3a1r18325.tar.gz trunk nightly tarball : kqueue.c:165: error: implicit declaration of function 'openpty' However, this error seems to only come up if

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
hey again, One quick follow-up, as things are still misbehaving... While removing --enable-picky in the ompi_configure_arguments got MTT to compile the nightly tarball, no MPI program succeeds (both in MTT and outside) for any BTL included in the nightly tarball when ran on FreeBSD 7. I did a qu