Problem with compiling abinit-8.6.3 on Ubuntu 17.10

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
GSRush
Posts: 2
Joined: Fri Aug 25, 2017 7:12 am

Problem with compiling abinit-8.6.3 on Ubuntu 17.10

Post by GSRush » Fri Jan 19, 2018 10:10 am

Hello dear all!

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>")



config.log
(155.91 KiB) Downloaded 391 times
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?

ebousquet
Posts: 469
Joined: Tue Apr 19, 2011 11:13 am
Location: University of Liege, Belgium

Re: Problem with compiling abinit-8.6.3 on Ubuntu 17.10

Post by ebousquet » Fri Feb 02, 2018 10:26 am

Dear GSRush,
I cannot read the link of your makefile output, could you just send the latest lines with the error messages?
Otherwise, why not using make multi multi_nprocs=XX?
Best wishes,
Eric

Locked