LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Tim Prince (TimothyPrince_at_[hidden])
Date: 2009-02-13 09:31:17


Ralf Wildenhues wrote:

>>> setenv F77 /opt/intel/fce/10.0.023/bin/ifort
>>> setenv gcc /opt/intel/cce/10.0.023/bin/icc
>>> then I gave
>>> configure --prefix=/home/programs/lam-7.1.3
>>> make
>>> make install
You won't be able to use the Intel compilers unless their library and
include directories are on path, in accordance with their environment
variable setting scripts, so it doesn't make a lot of sense to set full
paths to a specific obsolete version.
I don't see how setting gcc as an environment variable could work. You
would need to set CC to icc and CXX to icpc (unless you specifically
disabled C++ support).
It doesn't make sense to proceed from configure to make to make install
unless each step works. If you have trouble with a step, read the docs,
and, as Ralf said, give the first error message when asking questions.