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: >

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