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
I would be much obliged if some kind soul could give me some
suggestions or tips. The created log files are attached as
recommended by 'the LAM/MPI Installation Guide'.
Thank you very much for your time,
Joost de Greef.
--
Don't ask for whom the <CTRL-G> tolls.
|