LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Tim Prince (tprince_at_[hidden])
Date: 2004-12-22 11:09:49


At 07:40 AM 12/22/2004, Tabish Almas wrote:

>Hi,
>
>I am trying to install Lam 7.0.6 on our Linux cluster with Intel nodes.
>
>I have compiled lam 7.0.6 with intel compiler version 8.0.

Might be worth while to upgrade

>I set the following variables before using the configure script:
>
>export CC=icc
>export CXX=icc

and specify the C++ compiler icpc from the beginning, rather than depending
on lam configure to find it.
Building with icc and g77 is a bit odd, but it may be OK.

>export CFLAGS="-O3 -static -static-libcxa"
>export CXXFLAGS="-O3 -static -static-libcxa"

not sure if -static has an adverse effect. For example, with RH9, you must
upgrade to a current kernel in order to support static pthreads library.

>I've attached the zipped config.log file.
>I'll appreciate if someone could help me.

It says you don't have pthreads support for the way you have configured.

Tim Prince