<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2800.1264" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT face=Arial size=2>
<DIV>Thank you for giovanni. I've edit the .bashrc for ifort.</DIV>
<DIV>But the following occurs.</DIV>
<DIV>I've selected BLAS and LAPACK package during RH9 setup, and the FFTW
lib is also installed.<BR></DIV>
<DIV><BR>[root@localhost espresso]# ./configure<BR>checking build system type...
i686-pc-linux-gnu<BR>checking architecture... linux32<BR>checking for mpif90...
no<BR>checking for ifort... ifort<BR>checking for Fortran 77 compiler default
output... a.out<BR>checking whether the Fortran 77 compiler works...
yes<BR>checking whether we are cross compiling... no<BR>checking for suffix of
executables...<BR>checking for suffix of object files... o<BR>checking whether
we are using the GNU Fortran 77 compiler... no<BR>checking whether ifort accepts
-g... yes<BR>checking version of ifort... ifort 8.0<BR>checking for ifort...
ifort<BR>checking whether we are using the GNU Fortran 77 compiler...
no<BR>checking whether ifort accepts -g... yes<BR>checking for icc...
no<BR>checking for gcc... gcc<BR>checking whether we are using the GNU C
compiler... yes<BR>checking whether gcc accepts -g... yes<BR>checking for gcc
option to accept ANSI C... none needed<BR>checking version of gcc... gcc
3.2.2<BR>setting FFLAGS... -Vaxlib -O2 -tpp6 -assume byterecl<BR>setting
F90FLAGS... $(FFLAGS) -nomodule<BR>setting CFLAGS... -O3
-fomit-frame-pointer<BR>checking how to run the C preprocessor... gcc
-E<BR>setting CPP... cpp<BR>setting CPPFLAGS... -P -traditional<BR>setting LD...
ifort<BR>setting LDFLAGS... -Vaxlib -static<BR>setting AR... ar<BR>setting
ARFLAGS... ruv<BR>checking whether Fortran files must be preprocessed...
no<BR>checking for library containing zggev... no<BR>in /usr/local/lib: checking
for library containing zggev... no<BR>in /opt/intel/mkl70/lib/32: checking for
library containing zggev... no<BR>in /opt/intel/mkl/mkl61/lib/32: checking for
library containing zggev... no<BR>in /opt/intel/mkl/lib/32: checking for library
containing zggev... no<BR>in /opt/intel/mkl61/lib/32: checking for library
containing zggev... no<BR>in /cineca/lib: checking for library containing
zggev... no<BR>in /cineca/prod/intel/lib: checking for library containing
zggev... no<BR>in /opt/intel_fc_80/lib: checking for library containing zggev...
no<BR>checking for library containing fftwnd... -lfftw<BR>checking for library
containing dgemm... no<BR>in /usr/local/lib: checking for library containing
dgemm... no<BR>in /opt/intel/mkl70/lib/32: checking for library containing
dgemm... no<BR>in /opt/intel/mkl/mkl61/lib/32: checking for library containing
dgemm... no<BR>in /opt/intel/mkl/lib/32: checking for library containing
dgemm... no<BR>in /opt/intel/mkl61/lib/32: checking for library containing
dgemm... no<BR>in /cineca/lib: checking for library containing dgemm... no<BR>in
/cineca/prod/intel/lib: checking for library containing dgemm... no<BR>in
/opt/intel_fc_80/lib: checking for library containing dgemm... no<BR>checking
for library containing dgemm... no<BR>in /usr/local/lib: checking for library
containing dgemm... no<BR>in /opt/intel/mkl70/lib/32: checking for library
containing dgemm... no<BR>in /opt/intel/mkl/mkl61/lib/32: checking for library
containing dgemm... no<BR>in /opt/intel/mkl/lib/32: checking for library
containing dgemm... no<BR>in /opt/intel/mkl61/lib/32: checking for library
containing dgemm... no<BR>in /cineca/lib: checking for library containing
dgemm... no<BR>in /cineca/prod/intel/lib: checking for library containing
dgemm... no<BR>in /opt/intel_fc_80/lib: checking for library containing dgemm...
no<BR>checking for library containing zggev... no<BR>in /usr/local/lib: checking
for library containing zggev... no<BR>in /opt/intel/mkl70/lib/32: checking for
library containing zggev... no<BR>in /opt/intel/mkl/mkl61/lib/32: checking for
library containing zggev... no<BR>in /opt/intel/mkl/lib/32: checking for library
containing zggev... no<BR>in /opt/intel/mkl61/lib/32: checking for library
containing zggev... no<BR>in /cineca/lib: checking for library containing
zggev... no<BR>in /cineca/prod/intel/lib: checking for library containing
zggev... no<BR>in /opt/intel_fc_80/lib: checking for library containing zggev...
no<BR>checking for library containing mpi_init... no<BR>setting LIBS...
-lfftw<BR>checking for library containing mpi_init... (cached) no<BR>checking
for library containing zggev... (cached) no<BR>checking for library containing
fftwnd... (cached) -lfftw<BR>checking for egrep... grep -E<BR>checking for ANSI
C header files... yes<BR>checking for sys/types.h... yes<BR>checking for
sys/stat.h... yes<BR>checking for stdlib.h... yes<BR>checking for string.h...
yes<BR>checking for memory.h... yes<BR>checking for strings.h... yes<BR>checking
for inttypes.h... yes<BR>checking for stdint.h... yes<BR>checking for
unistd.h... yes<BR>checking fftw.h usability... yes<BR>checking fftw.h
presence... yes<BR>checking for fftw.h... yes<BR>setting DFLAGS... -D__LINUX
-D__INTEL -D__FFTW<BR>setting FDFLAGS... $(DFLAGS)<BR>setting RANLIB...
echo<BR>setting MYLIB... blas_and_lapack<BR>checking module dependencies...
done<BR>configure: creating ./config.status<BR>config.status: creating
make.sys<BR>config.status: creating
make.rules<BR>-----------------------------------------------------------------<BR>PWscf
can take advantage of several optimized numerical libraries<BR>(essl, fftw,
mkl...). This configure script attempts to find them,<BR>but may fail if they
have been installed in non-standard locations.<BR> <BR>The following
libraries have been found:<BR> LIBS= -lfftw<BR> <BR>If any libraries
are missing, you may specify a list of directories<BR>to search and retry, as
follows:<BR> ./configure LIBDIRS="list of directories, separated by
spaces"<BR> <BR>For more information, read the README.INSTALL file or the
PWscf
manuals.<BR>-----------------------------------------------------------------<BR>----------------------------------------------<BR>WARNING:
parallel environment not detected<BR>this program will run in single-processor
mode<BR>----------------------------------------------<BR>[root@localhost
espresso]# make all<BR>test -d bin || mkdir bin<BR>( cd Modules; make all
)<BR>make[1]: Entering directory
`/root/software/pwscf/espresso/Modules'<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c io_global.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c kind.f90<BR>ifort -Vaxlib
-O2 -tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW
-<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
parameters.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include
-I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL
-D__FFTW -c atom.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c parallel_include.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c mp.f90<BR>ifort -Vaxlib -O2
-tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c shmem_include.f90<BR>ifort
-Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW
-<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
mp_global.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include
-I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL
-D__FFTW -c recvec.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c stick_base.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c berry_phase.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
basic_algebra_routines.f<BR>90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c constants.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c io_files.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c parser.f90<BR>ifort -Vaxlib
-O2 -tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW
-<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
bfgs_module.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include
-I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL
-D__FFTW -c cell_base.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c check_stop.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c clocks.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c control_flags.f90<BR>ifort
-Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW
-<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
cp_emass.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include
-I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL
-D__FFTW -c fft_types.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c mp_buffers.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c fft_base.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c griddim.f90<BR>ifort
-Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW
-<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
smallbox.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include
-I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL
-D__FFTW -c uspp.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c cp_fpmd.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c parallel_types.f90<BR>ifort -Vaxlib -O2
-tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c descriptors.f90<BR>ifort
-Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW
-<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
electrons_base.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include
-I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL
-D__FFTW -c energies.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c fft_scalar.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c functionals.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
input_parameters.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c mp_wave.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c io_base.f90<BR>ifort -Vaxlib -O2 -tpp6
-assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c ions_base.f90<BR>ifort
-Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW
-<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
path_formats.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I. -I../include
-I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX -D__INTEL
-D__FFTW -c path_variables.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl
-I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c supercell.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume
byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp
-D__LINUX -D__INTEL -D__FFTW -c path_io_routines.f90<BR>ifort -Vaxlib -O2
-tpp6 -assume byterecl -I. -I../include -I../Modules -I../PW -<BR>I../PH
-nomodule -fpp -D__LINUX -D__INTEL -D__FFTW -c
path_opt_routines.f90<BR>ifort -Vaxlib -O2 -tpp6 -assume byterecl -I.
-I../include -I../Modules -I../PW -<BR>I../PH -nomodule -fpp -D__LINUX
-D__INTEL -D__FFTW -c path_base.f90<BR>0_9458<BR> <BR>fortcom:
Severe: **Internal compiler error: internal abort** Please report this<BR>error
along with the circumstances in which it occurred in a Software Problem
Re<BR>port. Note: File and line given may not be explicit cause of this
error.<BR>in file (null), line 0, column 0<BR> <BR>compilation aborted for
path_base.f90 (code 3)<BR>make[1]: *** [path_base.o] Error 3<BR>make[1]: Leaving
directory `/root/software/pwscf/espresso/Modules'<BR>make: *** [mods] Error
2<BR>[root@localhost espresso]#</DIV>
<DIV> </DIV>
<DIV></FONT> </DIV></BODY></HTML>