Re: [OMPI users] Help: Trouble building OpenMPI v1.2.4 with PGI v7.0-6

2008-02-01 Thread Jeff Squyres
I can replicate the problem even with 7.0-7. Unfortunately, we're using a standard GNU Autoconf test in OMPI's configure to get the size: AC_CHECK_SIZE(bool) I'm not quite sure why it doesn't work with the PGI 7.0 compiler series and those particular options. :-\ On Jan 31, 2008, at 7

Re: [OMPI users] Help: Trouble building OpenMPI v1.2.4 with PGI v7.0-6

2008-02-01 Thread Åke Sandgren
On Thu, 2008-01-31 at 16:01 -0800, Adam Moody wrote: > Here is some more info. The build works if I do either of: > > (1) Build with PGI v7.1-3 instead of PGI v7.0-3 > (2) Or, drop the "-g" option in CXXFLAGS, i.e., > change: > CXXFLAGS="-Msignextend -g -O2" > to just: > CXXFLAGS="-Msig

Re: [OMPI users] Help: Trouble building OpenMPI v1.2.4 with PGI v7.0-6

2008-01-31 Thread Adam Moody
Here is some more info. The build works if I do either of: (1) Build with PGI v7.1-3 instead of PGI v7.0-3 (2) Or, drop the "-g" option in CXXFLAGS, i.e., change: CXXFLAGS="-Msignextend -g -O2" to just: CXXFLAGS="-Msignextend -O2" I'd still like to know if there is a better fix (I need

[OMPI users] Help: Trouble building OpenMPI v1.2.4 with PGI v7.0-6

2008-01-31 Thread Adam Moody
Hello, I'm trying to build OpenMPI v1.2.4 with the PGI v7.0-6 compilers on an Opteron cluster. It fails during the configure trying to check the size of a boolean datatype. I've included details below. Anyone know how to resolve this problem? Thanks, -Adam Moody MPI Support Lawrence Livermor