LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Christophe Peyret (christophe.peyret_at_[hidden])
Date: 2005-05-09 08:49:33


In fact, if I try to configure lam-mpi with IBM xlf or g77 or
gfortran and gcc it also fails :

./configure --prefix=/usr/local/lam-7.1.1 --with-fc=/opt/ibmcmp/xlf/
8.1/bin/xlf
...
*** Fortran Compiler
checking for FORTRAN compiler /opt/ibmcmp/xlf/8.1/bin/xlf... found
checking how to add a library directory to /opt/ibmcmp/xlf/8.1/bin/
xlf... "-L"
checking /opt/ibmcmp/xlf/8.1/bin/xlf external naming convention...
FORTRANNOUNDERSCORE
checking for FORTRAN optimization flags... -O
checking size of FORTRAN INTEGER... unknown
configure: WARNING: *** Problem running configure test!
configure: WARNING: *** See config.log for details.
configure: error: *** Cannot continue.

./configure --prefix=/usr/local/lam-7.1.1 --with-fc=g77
...
*** Fortran Compiler
checking for g77... g77
checking how to add a library directory to g77... "-L"
checking g77 external naming convention... FORTRANDOUBLEUNDERSCORE
checking for FORTRAN optimization flags... -O
checking size of FORTRAN INTEGER... unknown
configure: WARNING: *** Problem running configure test!
configure: WARNING: *** See config.log for details.
configure: error: *** Cannot continue.

./configure --prefix=/usr/local/lam-7.1.1 --with-fc=gfortran
...
*** Fortran Compiler
checking for gfortran... gfortran
checking how to add a library directory to gfortran... "-L"
checking gfortran external naming convention... FORTRANDOUBLEUNDERSCORE
checking for FORTRAN optimization flags... -O
checking size of FORTRAN INTEGER... 4
checking size of FORTRAN REAL... 4
checking size of FORTRAN DOUBLE PRECISION... 8
checking size of FORTRAN COMPLEX... 8
checking size of FORTRAN DOUBLE COMPLEX... 16
checking alignment of FORTRAN INTEGER... unknown
configure: WARNING: *** Problem running configure test!
configure: WARNING: *** See config.log for details.
configure: error: *** Cannot continue.