Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-04 Thread Jeff Squyres
On May 3, 2008, at 7:32 PM, Brad Penoff wrote: The small commit that Karol originally suggested was just pushed to ompi-trunk. This just simply adds the appropriate header files for FreeBSD (6.2, 6.3 and 7) to be able to compile. Good. This didn't fix the hanging on the kevent call mentione

Re: [OMPI devel] MCA component open

2008-05-04 Thread Jeff Squyres
FWIW, Josh implemented "MCA-NULL" in https://svn.open-mpi.org/trac/ompi/changeset/18364 . I'm not sure how I feel about this solution. On the one hand, it's kind of a hack-ish way of solving the immediate issue. On the other hand, it's really a larger issue of explicitly *not* setting an M

Re: [OMPI devel] undefined references for rdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Jeff Squyres
Jon / Steve -- can you comment? I tested with OFED 1.2.5 (which is what I assume you meant) and got: checking for rdma_get_peer_addr... no Because that function is not defined in OFED 1.2.5. Running with OFED 1.3 (where the function does exist), I get: checking for rdma_get_peer_addr... ye

Re: [OMPI devel] undefined references for rdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Steve Wise
This probably has to do with the fact that rdma_get_peer_addr() is a static inline in /usr/include/rdma/rdma_cma.h. So if you don't include that file in the test program, then you won't get rdma_get_peer_addr() even if you link with librdmacm.so Steve. Jeff Squyres wrote: Jon / Steve -- c

Re: [OMPI devel] undefined references for rdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Pak Lui
Jeff Squyres wrote: Jon / Steve -- can you comment? I tested with OFED 1.2.5 (which is what I assume you meant) and got: checking for rdma_get_peer_addr... no Because that function is not defined in OFED 1.2.5. Running with OFED 1.3 (where the function does exist), I get: checking for rdm

Re: [OMPI devel] undefined references for rdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Pak Lui
For sanity sake I also checked the LD_LIBRARY_PATH, doesn't seem to be anything suspicious there either... login3% echo $LD_LIBRARY_PATH /opt/apps/pgi/7.1/linux86-64/7.1-2/libso:/opt/gsi-openssh-4.1/lib:/opt/gsi-openssh-4.1/lib:/opt/apps/binutils-amd/070220/lib64 I am trying Jeff's suggestion t

Re: [OMPI devel] undefined references for rdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Pak Lui
Hmm, so it's either setting up a totally new workspace or replacing with OMPI_LINK_IFELSE would get me the right configure check. I think the latter is the fix to my problem. I assume make all should work now unless I'll tell you otherwise... 48773 configure:123602: checking for rdma_get_pee

Re: [OMPI devel] undefined references forrdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Jeff Squyres (jsquyres)
As steve mentioned, its inline. But I don't understand how that would even compile if its not in rdma_cma.h. Iflink will catch it, but I'm still a little uneasy not understanding why it passes the compile... -jms Sent from my PDA. No type good. -Original Message- From: Pak Lui [ma

Re: [OMPI devel] undefined references forrdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Brian Barrett
I think I might see the issue. Jeff, I'm assuming you're using a developer build of Open MPI with GNU, Intel, or Pathscale compilers, right? At least someone below was using PGI. The first three compilers on a developer build have the magic pixie dust arguments added that makes calling a

Re: [OMPI devel] OMPI Mercurial read-only mirror

2008-05-04 Thread Roland Dreier
> > > Can I make a /tmp branch from the hg read-only branch that is not tied > > > to the svn /tmp branches. > > Why do you want to do that? > > > > Mercurial is a fully distributed system, so you could just start > > committing to one of your local copies of the repository, and I can't

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-04 Thread Paul H. Hargrove
Jeff Squyres wrote: On May 3, 2008, at 7:32 PM, Brad Penoff wrote: The small commit that Karol originally suggested was just pushed to ompi-trunk. This just simply adds the appropriate header files for FreeBSD (6.2, 6.3 and 7) to be able to compile. Good. This didn't fix the han

Re: [OMPI devel] undefined referencesforrdma_get_peer_addr & rdma_get_local_addr

2008-05-04 Thread Jeff Squyres (jsquyres)
Coolio. Pak - go ahead and commit if you haven't already done so. -jms Sent from my PDA. No type good. -Original Message- From: Brian Barrett [mailto:brbar...@open-mpi.org] Sent: Sunday, May 04, 2008 02:14 PM Eastern Standard Time To: Open MPI Developers Subject:Re: [OM