Re: [OMPI users] [visit-developers] /usr/bin/ld: cannot find -lrdmacm on 9184

2009-12-17 Thread tom fogal
ke a good idea. We're also curious if a > > simple "hello world" MPI program can link using gcc + the flags from > > mpic++ -show. > > > > -tom > > > > --- Forwarded Message > > > > From: Jeff Squyres > > In-Reply-To: >

Re: [OMPI users] [visit-developers] /usr/bin/ld: cannot find-lrdmacm on 9184

2009-12-16 Thread Jeff Squyres
It depends on how Open MPI was built. If Open MPI was built without plugins (i.e., all the plugins are slurped up into libmpi and friends), then yes, applications need to link against librdmacm to use the RDMA CM mode of OpenFabrics transport. If Open MPI was built with plugins (which is the de

Re: [OMPI users] [visit-developers] /usr/bin/ld: cannot find -lrdmacm on 9184

2009-12-15 Thread tom fogal
Simon Su writes: > Hi Tom, > > I am using the standard openmpi package that run on all the cluster > machines here at Princeton. So, maybe I shouldn't touch openmpi. But, > removing -lrdmacm from the MPI_LIBS line in the machinename.conf file > worked. Any implication from doing this? The only t