[OMPI users] openmpi-1.6.4 mpicc fails to compile hello_c.c

2013-03-06 Thread Limin Gu
Hi, I have successfully built openmpi-1.6.3 and many previous openmpi versions on both RHEL5 and RHEL6, for the new openmpi-1.6.4 I do the same configure, make and install as before, but the resulting mpicc does not compile hello_c.c. I have PATH and LD_LIBRARY_PATH set correctly. [root@tesla

Re: [OMPI users] openmpi-1.6.4 mpicc fails to compile hello_c.c

2013-03-07 Thread Limin Gu
Hi Jeff and Reuti, thank you for your responds. "ldd hello_cxx" gave me some clue, and I found it was linked to some mpich library which was installed under/usr/lib64. When I removed mpich libraries, and recompile, everything includes mpicc and mpirun worked fine. I didn't have that problem with

Re: [OMPI users] openmpi-1.6.4 mpicc fails to compile hello_c.c

2013-03-07 Thread Limin Gu
On Thu, Mar 7, 2013 at 4:01 PM, Jeff Squyres (jsquyres) wrote: > > This doesn't sound right -- I don't think we changed how linking worked in > 1.6.3 and 1.6.4. > > Are you sure that, on that same machine with MPICH installed in > /usr/lib64, you're also able to

Re: [OMPI users] openmpi-1.6.4 mpicc fails to compile hello_c.c

2013-03-08 Thread Limin Gu
Thanks Jeff! When I was trying to produce clean config.log files, I think I have found what caused my problem. Limin On Thu, Mar 7, 2013 at 5:42 PM, Jeff Squyres (jsquyres) wrote: > > Huh! This is surprising. > > Can you send me the config.log from each of your 1.6.3 and

[OMPI users] openmpi-1.7 failed to build on Centos 6.4

2013-04-04 Thread Limin Gu
Hi all, I downloaded openmpi-1.7, but it failed to build on Centos 6.4 with following error: make[10]: Entering directory `/root/openmpi/openmpi-1.7/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi' CC otfmerge_mpi-handler.o CC otfmerge_mpi-otfmerge.o CCLD otfmerge-mpi

Re: [OMPI users] openmpi-1.7 failed to build on Centos 6.4

2013-04-04 Thread Limin Gu
mory-manager=no) that is breaking it. > > > On Apr 4, 2013, at 12:19 PM, Limin Gu <l...@penguincomputing.com> wrote: > > > Hi all, > > > > I downloaded openmpi-1.7, but it failed to build on Centos 6.4 with > following error: > > > > make[10]: Entering d

[OMPI users] openmpi-2.0.1 build error: multiple definition of `pmi_opcaddy_t_class'

2016-09-27 Thread Limin Gu
) -- *Limin Gu* | Software Engineer *Penguin Computing* 45800 Northport Loop West Fremont, CA 94 538 *p.* *415.954.2800 <415.954.2800>* *e. *spars...@penguincomputing.com <lcorb...@penguincomputing.com> *Changing the world through technica

Re: [OMPI users] openmpi-2.0.1 build error: multiple definition of `pmi_opcaddy_t_class'

2016-09-27 Thread Limin Gu
Thanks Gilles! I added "static" keyword as you suggested, the build succeeded. Will this be fixed in later release? Thanks again! *Limin Gu* | Software Engineer *Penguin Computing* 45800 Northport Loop West Fremont, CA 94 538 *p.* *415.954.2800 <

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

2016-10-11 Thread Limin Gu
Hi All, I am trying to build openmpi 2.0.1 on a CentOS 7.2 system, and I have following libpsm2 packages installed: libpsm2-0.7-4.el7.x86_64 libpsm2-compat-0.7-4.el7.x86_64 libpsm2-compat-devel-0.7-4.el7.x86_64 libpsm2-devel-0.7-4.el7.x86_64 I added --with-psm2 to my configure, but it failed:

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

2016-10-11 Thread Limin Gu
lib > Stripped) > > > > > > Thanks, > > _MAC > > > > *From:* users [mailto:users-boun...@lists.open-mpi.org] *On Behalf Of *Limin > Gu > *Sent:* Tuesday, October 11, 2016 2:58 PM > *To:* Open MPI Users <users@lists.open-mpi.org> > *Subject:* [OMPI users

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 <users@lists.open-mpi.org> >

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

2016-10-11 Thread Limin Gu
> i am afraid your only option is to manually install the latest libpsm2 and > then configure again with your psm2 install dir > > > Cheers, > > Gilles > > > On 10/12/2016 9:57 AM, Limin Gu wrote: > > Hi MAC, > > It seems /usr/lib64/libpsm2.so.2 has no sy

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 <users@lists.open-mpi.org> > *Subject:* Re: [OMPI user