make error ABINIT 7.10.4  [SOLVED]

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
jianzhifu
Posts: 21
Joined: Tue Oct 29, 2013 9:20 am

make error ABINIT 7.10.4

Post by jianzhifu » Sat Jun 27, 2015 5:05 pm

Dear all,

UBUNTU 14.04 x86_64
INTEL 2013 SP1 2.144 icc ifort
OPENMPI 1.8.4 mpicc mpif90
FFTW 3.3.4

when I complied Abinit 7.10.4
the cursor blinks and not continue to complie xcpbe.F90, why?

mpif90 -DHAVE_MPI -DHAVE_MPI1 -DHAVE_LIBXC -I. -I../.. -I/home/myu1404/work/abinit/7104/abinit-7.10.4/fallbacks/exports/include -I./72_geomoptim -free -g -extend-source -vec-report0 -noaltparam -nofpscomp -O2 -xHost -g -c -o xcpbe.o `test -f '41_xc_lowlevel/xcpbe.F90' || echo './'`41_xc_lowlevel/xcpbe.F90

################################################
./configure CC="mpicc" CXX="mpicxx" FC="mpif90" \
--prefix=/home/myu1404/work/abinit/7104/bin \
--with-tardir=/home/myu1404/work/abinit/7104/tarballs \
--enable-64bit-flags="yes" \
--enable-mpi="yes" \
--enable-mpi-io="yes" \
--with-mpi-prefix="/home/myu1404/software/openmpi184" \
--with-trio-flavor="netcdf+etsf_io+fox" \
--with-fft-flavor="fftw3" \
--with-fft-incs="-I/home/myu1404/work/abinit/7104/fftw/334/include" \
--with-fft-libs="-L/home/myu1404/work/abinit/7104/fftw/334/lib -lfftw3_mpi -lfftw3" \
--with-linalg-flavor="mkl" \
--with-linalg-libs="-L/home/myu1404/software/intel/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group" \
--with-dft-flavor="bigdft+libxc+wannier90" \
--enable-gw-dpc="yes"
################################################

Thanks!
Attachments
config.log
(193.76 KiB) Downloaded 297 times

jianzhifu
Posts: 21
Joined: Tue Oct 29, 2013 9:20 am

Re: make error ABINIT 7.10.4  [SOLVED]

Post by jianzhifu » Sun Jun 28, 2015 3:12 am

[SOLVED]

Solved
The compiling progress need one hour and ten minutes, and successfully complete in INTEL I7 CORE 3770, 4G memory.

Locked