Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-12 Thread Limin Gu
> > Regards, > > > > _MAC > > > > *From:* users [mailto:users-boun...@lists.open-mpi.org] *On Behalf Of *Limin > Gu > *Sent:* Tuesday, October 11, 2016 7:33 PM > > *To:* Open MPI Users > *Subject:* Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-12 Thread Cabral, Matias A
build --with-psm2 failed on CentOS 7.2 Thank you very much, MAC! Limin On Tue, Oct 11, 2016 at 10:15 PM, Cabral, Matias A mailto:matias.a.cab...@intel.com>> wrote: Building psm2 should not be complicated (in case you cannot find a newer binary): https://github.com/01org/opa-psm2

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-11 Thread Limin Gu
; Note that newer rpm are named hfi1-psm* > > > > > > _MAC > > > > *From:* users [mailto:users-boun...@lists.open-mpi.org] *On Behalf Of *Limin > Gu > *Sent:* Tuesday, October 11, 2016 6:44 PM > *To:* Open MPI Users > *Subject:* Re: [OMPI users] Openmpi 2.0.1

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-11 Thread Cabral, Matias A
Users Subject: Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2 Thanks Gilles! Limin On Tue, Oct 11, 2016 at 9:33 PM, Gilles Gouaillardet mailto:gil...@rist.or.jp>> wrote: Limin, It seems libpsm2 provided by Centos 7 is a bit too old all symbols are prefixe

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-11 Thread Limin Gu
Thanks Gilles! Limin On Tue, Oct 11, 2016 at 9:33 PM, Gilles Gouaillardet wrote: > Limin, > > > It seems libpsm2 provided by Centos 7 is a bit too old > > all symbols are prefixed with psm_, and Open MPI expect they are prefixed > with psm2_ > > i am afraid your only option is to manually inst

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-11 Thread Gilles Gouaillardet
Limin, It seems libpsm2 provided by Centos 7 is a bit too old all symbols are prefixed with psm_, and Open MPI expect they are prefixed with psm2_ i am afraid your only option is to manually install the latest libpsm2 and then configure again with your psm2 install dir Cheers, Gilles

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-11 Thread Limin Gu
Hi MAC, It seems /usr/lib64/libpsm2.so.2 has no symbols. Can configure check some other ways? [root@uranus ~]# rpm -qi libpsm2-0.7-4.el7.x86_64 Name: libpsm2 Version : 0.7 Release : 4.el7 Architecture: x86_64 Install Date: Tue 11 Oct 2016 05:45:59 PM PDT Group : Syste

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-11 Thread Jeff Squyres (jsquyres)
Limin -- Can you send the items listed here: https://www.open-mpi.org/community/help/ > On Oct 11, 2016, at 4:00 PM, Cabral, Matias A > wrote: > > Hi Limin, > > psm2_mq_irecv2 should be in libpsm2.so. I’m not quite sure how CentOS packs > it so I would like a little more info about

Re: [OMPI users] Openmpi 2.0.1 build --with-psm2 failed on CentOS 7.2

2016-10-11 Thread Cabral, Matias A
Hi Limin, psm2_mq_irecv2 should be in libpsm2.so. I’m not quite sure how CentOS packs it so I would like a little more info about the version being used. Some things to share: >rpm -qi libpsm2-0.7-4.el7.x86_64 > objdump –p /usr/lib64/libpsm2.so |grep SONAME >nm /usr/lib64/libpsm2.so |grep psm