On Jun 22, 2005, at 8:40 PM, Ajay-Kumar M Tannirkulam wrote:
> Brian's suggestion of using icpc as the c++ compiler worked. after
> installing lam i tried to run the test suit. i got some errors
> while running the .configure. the outputs tar file has the results
> from the lam build, and config tar has the ./configure output from
> the test suit.
It looks like the configure script decided to use icpc for it's C++
compiler and g77 for it's Fortran compiler. Did you have the FC and
CXX environment variables set? Try making sure that the "right"
mpicc, mpiCC, and mpif77 are in your path ("which mpicc" will tell
you) and that none of the environment variables CC, CXX, or FC are
set when you run the LAM test's configure script. This should clear
up your problems.
Brian
|