I am new here. I'm trying to install abinit-8.6.3 on Ubuntu 17.10. I'm using VirtualBox.
My config file is:
prefix="/usr/local"
FC="/usr/bin/mpif90"
CC="/usr/bin/mpicc"
CXX="/usr/bin/mpic++"
enable-64bit-flags="yes"
with-mpi-prefix="/usr/bin"
enable_mpi="yes"
enable_mpi_io="yes"
with_fft_flavor="fftw3"
with_fft_incs="-I/usr/include/"
with_fft_libs="-L/usr/lib -lfftw3 -lfftw3f"
with_linalg_flavor="atlas"
with_linalg_libs="-L/usr/lib -llapack -lf77blas -lcblas -latlas"
with_dft_flavor="libxc"
Final remarks are:
Summary of important options:
* C compiler : gnu version 7.2
* Fortran compiler: gnu version 7.2
* architecture : unknown unknown (64 bits)
* debugging : basic
* optimizations : standard
* OpenMP enabled : no (collapse: ignored)
* MPI enabled : yes
* MPI-IO enabled : yes
* GPU enabled : no (flavor: none)
* TRIO flavor = none
* TIMER flavor = abinit (libs: ignored)
* LINALG flavor = atlas (libs: user-defined)
* ALGO flavor = none (libs: ignored)
* FFT flavor = fftw3 (libs: user-defined)
* MATH flavor = none (libs: ignored)
* DFT flavor = libxc-fallback
Configuration complete.
You may now type "make" to build ABINIT.
(or, on a SMP machine, "make mj4", or "make multi multi_nprocs=<n>")
is attached.
Then I'm trying to make or make mj4 and it ends with errors.
Here output for "make": https://yadi.sk/d/UkfUQ2pL3RbG4e
and here is for "make mj4": https://yadi.sk/d/K7AS-Hyn3RbGBw
What is wrong?