Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-30 Thread Ethan Mallove
FYI - there is a Libtool thread/patch that resolved this issue: http://lists.gnu.org/archive/html/libtool/2009-03/msg00035.html -Ethan On Fri, Mar/20/2009 01:36:58PM, Ethan Mallove wrote: > On Fri, Mar/20/2009 01:09:56PM, Ethan Mallove wrote: > > Let me try this again. Below is the error from

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Ethan Mallove
On Fri, Mar/20/2009 01:09:56PM, Ethan Mallove wrote: > Let me try this again. Below is the error from OMPI 1.3r20826. In my > last email, I accidentally posted the compiler error from Sun's > internal OMPI source repository. > > $ cd opal/mca/memory/ptmalloc2 > $ make > /bin/sh ../../../../l

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Michael Jennings
On Friday, 20 March 2009, at 12:49:06 (-0500), Ethan Mallove wrote: > Has anyone successfully compiled Open MPI with the PGI compilers in > 32-bit mode (e.g., using -tp=k8-32 flag)? I am getting the following > error with 32-bit: > >$ cd opal/mca/memory/ptmalloc2 >$ make >/bin/sh ../

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Prentice Bisbal
Ethan Mallove wrote: > On Fri, Mar/20/2009 11:06:00AM, Doug Reeder wrote: >>Ethan, >>It looks likesome of the object files that you are trying to link to the >>malloc.o and malloc-stats.o were compiled as 64 bit objects. Are you using >>the 32 bit compiler flag for the compile step

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Prentice Bisbal
Prentice Bisbal wrote: > Ethan, > > I agree with Doug. Did you try to build for 64-bit in the same > directory? If so, you need to do a 'make clean' or 'make distclean' > before compiling for 32-bit. > > Even if you didn't try to compile for 64-bit yourself, try doing 'make > clean' or 'make dist

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Ethan Mallove
On Fri, Mar/20/2009 11:06:00AM, Doug Reeder wrote: >Ethan, >It looks likesome of the object files that you are trying to link to the >malloc.o and malloc-stats.o were compiled as 64 bit objects. Are you using >the 32 bit compiler flag for the compile step as well as the link step.

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Prentice Bisbal
Ethan, I agree with Doug. Did you try to build for 64-bit in the same directory? If so, you need to do a 'make clean' or 'make distclean' before compiling for 32-bit. Even if you didn't try to compile for 64-bit yourself, try doing 'make clean' or 'make distclean'. ;) -- Prentice Doug Reeder w

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Ethan Mallove
Let me try this again. Below is the error from OMPI 1.3r20826. In my last email, I accidentally posted the compiler error from Sun's internal OMPI source repository. $ cd opal/mca/memory/ptmalloc2 $ make /bin/sh ../../../../libtool --tag=CC --mode=link pgcc -O -DNDEBUG -tp=k8-32-exp

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Doug Reeder
Ethan, It looks likesome of the object files that you are trying to link to the malloc.o and malloc-stats.o were compiled as 64 bit objects. Are you using the 32 bit compiler flag for the compile step as well as the link step. Doug Reeder On Mar 20, 2009, at 10:49 AM, Ethan Mallove wrote:

[OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Ethan Mallove
Hi, Has anyone successfully compiled Open MPI with the PGI compilers in 32-bit mode (e.g., using -tp=k8-32 flag)? I am getting the following error with 32-bit: $ cd opal/mca/memory/ptmalloc2 $ make /bin/sh ../../../../libtool --tag=CC --mode=link pgcc -O -DNDEBUG -tp=k8-32 -export-dyna