I browsed the topic but did not see the similar (by my very few experience) error so I would like to get a help. I use IBM x3550, 2xXeon 5230 QC, 8 GB RAM with Scientific Linux 6.4, Intel Parallel Studio XE 2013 Update 3, OpenMPI-1.6.4.
Recently I decided to reinstall Abinit with using FFT3 parallelism. The compilation with the following option returned value 0, though some messages still in config.log attached hereby:
Code: Select all
./configure FC=/usr/local/bin/mpif90 CC=icc --with-trio-flavor="none" --with-dft-flavor="none" --with-linalg-flavor="mkl" --with-linalg-libs="-L/opt/intel/mkl/lib/intel64/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_blas95_lp64 -lmkl_lapack95_lp64" --with-linalg-incs="-I/opt/intel/mkl/lib/intel64/" --enable-mpi --with-fft-flavor="fftw3-mkl" --with-fft-incs="-I/opt/intel/mkl/include/fftw" --with-fft-libs="-L/opt/intel/mkl/interfaces/fftw3xf -lfftw3xf_intel"
Before the compiling, I have to build the library for fftw3 wrappers in Intel package by entering into /opt/intel/mkl/interfaces/fftw3xf and issuing command
Code: Select all
make libintel64 compiler=intel
Code: Select all
/usr/local/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -I/home/letuan/Programs/abinit-7.2.1/fallbacks/exports/include -free -module /home/letuan/Programs/abinit-7.2.1/src/mods -O2 -xHost -g -extend-source -vec-report0 -noaltparam -nofpscomp -c -o prep_nonlop.o prep_nonlop.F90
0_10711
: catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for prep_fourwf.F90 (code 1)
make[4]: *** [prep_fourwf.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/home/letuan/Programs/abinit-7.2.1/src/66_wfs'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/letuan/Programs/abinit-7.2.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/letuan/Programs/abinit-7.2.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/letuan/Programs/abinit-7.2.1'
make: *** [multi] Error 2
Please, help me to overcome this difficulty.
Thanks a lot