On Feb 23, 2005, at 7:56 AM, TAK System management wrote:
> $> ./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
The best suggestion I have seen so far is to be sure to use the Intel
C++ library. Have you tried this?
The wrapper compilers use standard C++ STL kinds of things -- verify
that simple C++ programs that use STL can run properly with your setup.
If all that works properly, are you getting a coredump file? Can you
see where mpif77 died?
> $> cry for mama
> -bash: cry: command not found
I have to admit that I LOL'ed at this. :-)
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|