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:
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
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
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
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
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
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
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