Gack! Can't type. compiler definition (FF, FC, LD) should have been compiler
definition (CC, FC, LD).
Larry Baker
US Geological Survey
650-329-5608
ba...@usgs.gov
On 27 Feb 2015, at 10:39 AM, Larry Baker wrote:
> On 27 Feb 2015, at 10:14 AM, Jeff Squyres (jsquyres) wrote:
>
>> Yes, you do
On 27 Feb 2015, at 10:14 AM, Jeff Squyres (jsquyres) wrote:
> Yes, you do need to specify -m32 in CFLAGS and --with-wrapper*, because you
> may well want to build OMPI with one set of flags and build MPI applications
> with a different set of flags. Hence, the wrappers don't contain all the
>
I'll let George / Nathan comment on the ebx symbol.
Yes, you do need to specify -m32 in CFLAGS and --with-wrapper*, because you may
well want to build OMPI with one set of flags and build MPI applications with a
different set of flags. Hence, the wrappers don't contain all the CFLAGS used
to b
I am using Oracle's Studio 12.4 compilers for Linux/x86-64 to build the
current master tarball.
However, I am passing "-m32" to generate x86 (ILP32 ABI) executables.
The full configure mess is:
--prefix=[...] --enable-debug \
CC=cc CFLAGS="-m32" --with-wrapper-cflags="-m32" \
CXX=CC CXXFLAGS="