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: 2005-02-23 09:09:34


At 04:56 AM 2/23/2005, you wrote:

>Hello,
>
>I'm sorry to disturb you with a question that has probably
>been asked before, but i can't find an answer that solves
>my problem. I'm trying to compile lam-7.1.1 with the intel
>compilers version 8.1. Compiling goes well, no errors, but
>trying to run the executables will result in a segmentation
>fault. Is there someone reading this list who has working
>configuration options for this compiler?
>
>Right now i do:
>$> mkdir log
>$> ./configure --prefix=/apps/share/lam-7.1.1-ic32 \
> --exec-prefix=/apps/share/lam-7.1.1-ic32 \
> CFLAGS="-O -tpp6 -static" \
> CXXFLAGS="-O -tpp6 -static" \
> FFLAGS="-O -tpp6 -static" \
> CXX=icpc \
> CC=icc \
> FC=ifort \
> --without-romio 2>&1 | tee log/configure.log
>$> make 2>&1 | tee make.log
>$> make install 2>&1 | tee install.log
>$> /apps/share/lam-7.1.1-ic32/bin/mpif77
>Segmentation fault
>$> cry for mama
>-bash: cry: command not found

Did you set PATH to put your new lam installation ahead of any conflicting
installations?

Tim Prince