LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Andrew Friedley (afriedle_at_[hidden])
Date: 2006-03-03 09:24:51


Could you try the latest LAM beta and see if the problem persists?

Andrew

Douglas Eadline wrote:
> I am trying to build an rpm for LAM-7.1.1 and the PGI-6.0 compilers.
> I'm using the trial version because I just want to get the functionality
> into the RPM.
>
> The environment looks like:
> ===========================
> export CC=pgcc
> export CFLAGS='-Msignextend -tp px'
> export CXX=pgCC
> export CXXFLAGS='-tp px'
> export CCFLAGS='-tp px'
> export FC=pgf90
> export F77=pgf77
> export FFLAGS='-tp px'
>
> The configure (results attached)
> =================================
> ./configure --prefix=/opt/mpi/tcp/lam-pgi-7.1.1 --with-rpi=usysv
> --disable-tv --without-threads
>
> The make ends up with an error in win.cc (see attached)
> has anyone else seen this kind of thing. I am using FC4
>
> BTW, LAM 7.1.1 builds fine with FC4/gfortran