On Jan 31, 2005, at 12:43 PM, Yu Chen wrote:
> I have successfully rebuild lam-7.1.1 from source rpm with GNU cc/gcc
> and INTEL ifort for RedHat EL-AS-3, and installed it.
>
> But when I run ./configure from lamtest suite directory, it failed
> with:
> ==================================================================
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether /opt/intel_fc_80/bin/ifort accepts -g... yes
> checking for ranlib... ranlib
> checking for mpi.h... yes
> checking for MPI_Initialized in -lmpi... yes
> checking if have Fortran MPI bindings... no
> checking if supposed to have Fortran MPI bindings... yes
> configure: error: Cannot continue
> =================================================================
>
> What does this mean, and how do I proceed? Is it because of the mix of
> different C and Fortran compiler? One of our MPI program requires the
> use of Interl ifort, so ...
For some reason, the configure script decided to use ifort instead of
mpif77 to compile the LAM tests. This could mean that you have
explicitly set FC (try unsetting the environment variable and not
specifying it on the configure line). Also make sure that mpif77 is in
your path when you are running configure.
If that doesn't clear up your problems, can you please send the
config.log from running the lamtests' configure script?
Thanks!
Brian
-- --
Brian Barrett
LAM/MPI developer and all around nice guy
Have an LAM/MPI day: http://www.lam-mpi.org/
|