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
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
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 ../
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
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
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.
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
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
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:
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
10 matches
Mail list logo