Oddly, it wouldn't work even with the CPPFLAGS set (I tried setting CFLAGS
too just to be sure). I'm thinking it must be gremlins of some sort :-).
Meanwhile, I've bitten the bullet and upgraded myself to PGI 10.0-1 and
things seem to be compiling happily now for 1.4.1rc1.
Thanks for all of the su
Here's the comment I put in OMPI's configure script with regards to the
offsetof problem:
# This macro checks to ensure that the compiler properly supports
# offsetof(). The PGI compilers had a problem with this macro in some
# versions of their compiler on some platforms (e.g., 9.0-1 on
# x86_6
On Thu, 2010-01-07 at 11:57 +0100, Peter Kjellstrom wrote:
> On Wednesday 06 January 2010, Tim Miller wrote:
> > Hi All,
> >
> > I am trying to compile OpenMPI 1.4 with PGI 9.0-3 and am getting the
> > following error in configure:
> >
> > checking for functional offsetof macro... no
> > configure:
On Wednesday 06 January 2010, Tim Miller wrote:
> Hi All,
>
> I am trying to compile OpenMPI 1.4 with PGI 9.0-3 and am getting the
> following error in configure:
>
> checking for functional offsetof macro... no
> configure: WARNING: Your compiler does not support offsetof macro
> configure: error:
Hi All,
I am trying to compile OpenMPI 1.4 with PGI 9.0-3 and am getting the
following error in configure:
checking for functional offsetof macro... no
configure: WARNING: Your compiler does not support offsetof macro
configure: error: Configure: Cannot continue
I have searched around and found