compiling ABINIT 7.10.2 on Ubuntu 14.04 with Intel compiler
Posted: Sat Dec 06, 2014 11:49 am
Dear users and developers excuse me if I bother you but I am not able to compile and install ABINIT 7.10.2 on Ubuntu 14.04 (64bits) with Intel compiler 2015 (openmpi-1.8.3)
when make mj4, there is a error.
The error is inpspheads.F90(113): internal error: Please visit 'http://www.intel.com/software/products/support' for assistance.
test_paw=0
^
[ Aborting due to internal error. ]
compilation aborted for inpspheads.F90 (code 1)
make[5]: *** [inpspheads.o] error 1
make[5]:leave from `/home/myu1404/work/abinit/7102/abinit-7.10.2/src/57_iopsp_parser'
Thanks a lot!
the file (install.sh) is here
########################################################################
./configure CC="mpicc" CXX="mpicxx" FC="mpif90" \
--prefix=/home/myu1404/work/abinit/7102/bin \
--with-tardir=/home/myu1404/work/abinit/7102/tarballs \
--enable-64bit-flags="yes" \
--enable-mpi="yes" \
--enable-mpi-io="yes" \
--with-mpi-prefix="/home/myu1404/software/openmpi183" \
--with-trio-flavor="netcdf+etsf_io+fox" \
--with-fft-flavor="fftw3" \
--with-fft-libs="-L/home/myu1404/software/intel2015/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group" \
--with-linalg-flavor="mkl" \
--with-linalg-libs="-L/home/myu1404/software/intel2015/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group" \
--with-dft-flavor="atompaw+bigdft+libxc+wannier90" \
--enable-gw-dpc="yes"
########################################################################
when make mj4, there is a error.
The error is inpspheads.F90(113): internal error: Please visit 'http://www.intel.com/software/products/support' for assistance.
test_paw=0
^
[ Aborting due to internal error. ]
compilation aborted for inpspheads.F90 (code 1)
make[5]: *** [inpspheads.o] error 1
make[5]:leave from `/home/myu1404/work/abinit/7102/abinit-7.10.2/src/57_iopsp_parser'
Thanks a lot!
the file (install.sh) is here
########################################################################
./configure CC="mpicc" CXX="mpicxx" FC="mpif90" \
--prefix=/home/myu1404/work/abinit/7102/bin \
--with-tardir=/home/myu1404/work/abinit/7102/tarballs \
--enable-64bit-flags="yes" \
--enable-mpi="yes" \
--enable-mpi-io="yes" \
--with-mpi-prefix="/home/myu1404/software/openmpi183" \
--with-trio-flavor="netcdf+etsf_io+fox" \
--with-fft-flavor="fftw3" \
--with-fft-libs="-L/home/myu1404/software/intel2015/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group" \
--with-linalg-flavor="mkl" \
--with-linalg-libs="-L/home/myu1404/software/intel2015/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group" \
--with-dft-flavor="atompaw+bigdft+libxc+wannier90" \
--enable-gw-dpc="yes"
########################################################################