Re: [OMPI users] Problems compiling OpenMPI 1.4 with PGI 9.0-3

2010-01-07 Thread Tim Miller
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

Re: [OMPI users] Problems compiling OpenMPI 1.4 with PGI 9.0-3

2010-01-07 Thread Jeff Squyres
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

Re: [OMPI users] Problems compiling OpenMPI 1.4 with PGI 9.0-3

2010-01-07 Thread Ake Sandgren
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:

Re: [OMPI users] Problems compiling OpenMPI 1.4 with PGI 9.0-3

2010-01-07 Thread Peter Kjellstrom
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:

[OMPI users] Problems compiling OpenMPI 1.4 with PGI 9.0-3

2010-01-06 Thread Tim Miller
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